meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
linux:fs:zfs:create [2024/12/01 12:37] – created niziaklinux:fs:zfs:create [2024/12/01 12:42] (current) niziak
Line 1: Line 1:
 ====== ZFS create ====== ====== ZFS create ======
  
 +[[https://wiki.archlinux.org/title/ZFS]]
  
 <code bash> <code bash>
 +zfs create hddpool /dev/disk/by-id/ata-...
 +
 +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