User Tools

Site Tools


zfs:datasets:create_a_dataset_within_a_pool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
zfs:datasets:create_a_dataset_within_a_pool [2021/10/12 23:33] – created peterzfs:datasets:create_a_dataset_within_a_pool [2021/10/13 00:01] (current) peter
Line 1: Line 1:
 ====== ZFS - Datasets - Create a Dataset within a Pool ====== ====== ZFS - Datasets - Create a Dataset within a Pool ======
  
 +<code bash>
 +sudo zfs create testpool/some_dataset
 +
 +or
 +
 +sudo zfs create testpool/some_directory
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  A cool feature of the Volumes is that the size of the **partition** does not need to be specified.
 +
 +  * The free space is handled by ZFS.
 +  * So there is no need to have to resize partitions when you start running out of space on one.
 +  * If you are using more than one disk, this also provides software RAID features like mirror, stripe and parity.
 +
 +</WRAP>
 +
 +----
 +
 +===== Children Datasets =====
 +
 +Datasets can have sub-sets (sub-directories):
 +
 +<code bash>
 +pool/parent/child
 +</code>
zfs/datasets/create_a_dataset_within_a_pool.1634081600.txt.gz · Last modified: 2021/10/12 23:33 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki