meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:fs:zfs:create [2024/12/01 12:37] – created niziak | linux:fs:zfs:create [2024/12/01 12:42] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ZFS create ====== | ====== ZFS create ====== | ||
| + | [[https:// | ||
| <code bash> | <code bash> | ||
| + | zfs create hddpool / | ||
| + | |||
| + | zfs set aclinherit=passthrough hddpool | ||
| + | zfs set acltype=posixacl hddpool | ||
| + | zfs set xattr=sa hddpool | ||
| + | |||
| + | |||
| zfs set canmount=off hddpool | zfs set canmount=off hddpool | ||