From LedHed's Wiki
Jump to: navigation, search
Line 27: Line 27:
  
  
[[Category:ZFS]]
+
[[Category:ZFS]][[Category:FreeNAS]]

Revision as of 23:17, 12 March 2014

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/