zfs:datasets:create_a_dataset_within_a_pool
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
zfs:datasets:create_a_dataset_within_a_pool [2021/10/12 23:33] – created peter | zfs: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/ | ||
+ | |||
+ | or | ||
+ | |||
+ | sudo zfs create testpool/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * 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. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Children Datasets ===== | ||
+ | |||
+ | Datasets can have sub-sets (sub-directories): | ||
+ | |||
+ | <code bash> | ||
+ | pool/ | ||
+ | </ |
zfs/datasets/create_a_dataset_within_a_pool.1634081600.txt.gz · Last modified: 2021/10/12 23:33 by peter