Ubuntu 18.04: Sort optional /var datasets

Richard Laager 2019-01-16 22:35:02 -06:00
parent a52bd833cc
commit 74ac3139bc
1 changed files with 4 additions and 4 deletions

@ -151,15 +151,15 @@ With ZFS, it is not normally necessary to use a mount command (either `mount` or
If this system will store local email in /var/mail:
# zfs create rpool/var/mail
If this system will use NFS (locking):
# zfs create -o com.sun:auto-snapshot=false \
-o mountpoint=/var/lib/nfs rpool/var/nfs
If you will use Postfix, it requires exec=on for its chroot. Choose:
# zfs inherit exec rpool/var
OR
# zfs create -o exec=on rpool/var/spool/postfix
If this system will use NFS (locking):
# zfs create -o com.sun:auto-snapshot=false \
-o mountpoint=/var/lib/nfs rpool/var/nfs
If you want a separate /tmp dataset (choose this now or tmpfs later):
# zfs create -o com.sun:auto-snapshot=false \
-o setuid=off rpool/tmp