ZFS: Difference between revisions

imported>PsychoLlama
m Typo correction
imported>Stites
m ${disk} -> ${disk}-part1 for single-disk instructions of creating a zpool
Line 307: Line 307:
</syntaxhighlight>
</syntaxhighlight>


For a single disk, remove <code>mirror</code> and specify just <code>"${disk}"</code> as the device.
For a single disk, remove <code>mirror</code> and specify just <code>"${disk}-part1"</code> as the device.


If you do not want the entire pool to be encrypted, remove the options <code>encryption</code> <code>keylocation</code> and <code>keyformat</code>.
If you do not want the entire pool to be encrypted, remove the options <code>encryption</code> <code>keylocation</code> and <code>keyformat</code>.