zfs:cheat_sheet
ZFS - Cheat Sheet
Command | Description |
---|---|
sudo apt install zfsutils-linux | Install ZFS. |
sudo zpool create pool1 mirror sdc sdd | Create a RAID 1 Mirror. |
sudo zpool create pool1 mirror sdb sdc mirror sdd sde | Create a RAID 10. |
sudo zpool status | Show status. |
sudo zpool replace pool1 sdd sde | Replace failed disk. |
sudo zpool destroy pool1 | Destroy pool. |
sudo zpool scrub pool1 | Scrub pool. |
zfs/cheat_sheet.txt · Last modified: 2021/10/13 20:14 by peter