User Tools

Site Tools


zfs:cheat_sheet

This is an old revision of the document!


ZFS - Cheat Sheet

Cheat Sheet


sudo apt update 	get latest info from repo
sudo apt install zfsutils-linux 	install
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.1634154448.txt.gz · Last modified: 2021/10/13 19:47 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki