Skip to main content

Pools

List Pools

sudo zpool list  
Create a ZFS volume/pool on a single disk:
zpool create vol0 /dev/sd[x]

Your pool will automatically be mounted at  /[pool name]

Delete All Datasets In A Pool

zfs destroy -r [pool name] 

Delete a Pool

sudo zpool destroy [pool name]  
Check Disk Statuses
sudo zpool status  
Check Pool Balance
zpool list -v