From LedHed's Wiki
| Line 15: | Line 15: | ||
| + | == ZFS Usage == | ||
| + | |||
| + | zfs create -V <VOLUME_SIZE> <VOLUME_PATH> | ||
| + | zfs create -V 200g /mypool/myvol | ||
Revision as of 19:35, 3 March 2010
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/