Cheat sheet
Drives
Wipe Drive
dd if=/dev/urandom of=/dev/sdX bs=1M status=progressFormat Drive
Format Drive
sudo sg_format --format --ffmt=1 --size=512 /dev/sdXCheck Progress
sudo sg_requests /dev/sdXDrive Testing
Short SMART Test
sudo smartctl -t short /dev/sdXLong SMART Test
sudo smartctl -t long /dev/sdXCheck SMART Results
BadBlock Stress Test
This is a destructive test and will destroy all data on the disk
ZFS Scrub Test
Check ZFS Scrub Test Results
Drive Information
Display name, model, serial, physical and logical sector sizes
SMART attributes
Identify drive model
Identify physical drive location
Datasets
Dataset Usage
Pools
Pool Usage
Last updated