cc_staff
1,486
edits
No edit summary |
|||
Line 47: | Line 47: | ||
[name@server]$ sudo zpool create -f data /dev/vdb /dev/vdc | [name@server]$ sudo zpool create -f data /dev/vdb /dev/vdc | ||
</source> | </source> | ||
This will create a new mount point at <code>/data</code> backed by the volumes attached at <code>/dev/vdb</code> and <code>/dev/vdc</code>. The filesystem will have a size slightly smaller than the combined sizes of all attached volumes. | |||
Turn on and choose a compression algorithim | Turn on and choose a compression algorithim |