From LedHed's Wiki
Revision as of 19:35, 3 March 2010 by Ledhed (Talk | contribs)

Jump to: navigation, search

ZPool Usage

zpool create <POOL_NAME> <RAID_LEVEL> <DEVICE>
zpool create mypool raidz da{0,1,2}
zpool destroy <poolname>
zpool destroy mypool
zpool add
zpool status
zpool list


ZFS Usage

zfs create -V <VOLUME_SIZE> <VOLUME_PATH>
zfs create -V 200g /mypool/myvol



Reference

zpools man page - http://www.manpagez.com/man/8/zpool/