From LedHed's Wiki
(Created page with '== ZPool Usage == zpool create zpool destroy zpool add zpool status zpool list == Reference == zpools man page - http://www.manpagez.com/man/8/zpool/ [[Categor...') |
|||
| Line 1: | Line 1: | ||
== ZPool Usage == | == ZPool Usage == | ||
| − | zpool create | + | zpool create <POOL_NAME> <RAID_LEVEL> <DEVICE> |
| + | zpool create mypool raidz da{0,1,2} | ||
| − | zpool destroy | + | zpool destroy <poolname> |
| + | zpool destroy mypool | ||
zpool add | zpool add | ||
Revision as of 19:33, 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
Reference
zpools man page - http://www.manpagez.com/man/8/zpool/