Difference between revisions of "Zpool create"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
use '-f' to override the following errors: | use '-f' to override the following errors: | ||
/dev/sdtt contains a filesystem of type 'LVM2_member' | /dev/sdtt contains a filesystem of type 'LVM2_member' | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | zpool create INT_RAID /dev/sdtt | ||
+ | </pre> | ||
+ | <pre> | ||
+ | No output, execute <code>zpool list</code> to show your new pool | ||
</pre> | </pre> |
Revision as of 15:41, 17 December 2019
- Create a new pool:
sudo zpool create DATA /dev/sdbbbbbbb11
- Create a new stripped pool:
sudo zpool create MY-NEW-STRIPPED-POOL /dev/sdb /dev/sdc
- Create a new mirrored pool:
sudo zpool create MY-NEW-MIRROR-POOL mirror /dev/sdb /dev/sdc
zpool create INT_RAID /dev/sdtt invalid vdev specification use '-f' to override the following errors: /dev/sdtt contains a filesystem of type 'LVM2_member'
zpool create INT_RAID /dev/sdtt
No output, execute <code>zpool list</code> to show your new pool
Advertising: