zfs:cheat_sheet
This is an old revision of the document!
ZFS - Cheat Sheet
Command | Description |
---|---|
sudo apt update | Get latest updates. |
sudo apt install zfsutils-linux | Install ZFS. |
sudo zpool create pool1 mirror sdc sdd | RAID 1 Mirror. |
sudo zpool create pool1 mirror sdb sdc mirror sdd sde | RAID 10. |
sudo zpool status | Show status. |
sudo sudo zpool replace pool1 sdd sde | Replace failed disk. |
sudo zpool destroy pool1 | Destroy pool. |
sudo zpool scrub pool1 | Scrub pool. |
zfs/cheat_sheet.1634154580.txt.gz · Last modified: 2021/10/13 19:49 by peter