Ubuntu 18.04: Set noatime in /etc/fstab
With "defaults", the kernel sets relatime. See: https://github.com/zfsonlinux/zfs/issues/7947
parent
e07a386d5e
commit
2c5f47517f
|
@ -297,8 +297,8 @@ Install GRUB to the disk(s), not the partition(s).
|
|||
# zfs set mountpoint=legacy rpool/var/log
|
||||
# zfs set mountpoint=legacy rpool/var/tmp
|
||||
# cat >> /etc/fstab << EOF
|
||||
rpool/var/log /var/log zfs defaults 0 0
|
||||
rpool/var/tmp /var/tmp zfs defaults 0 0
|
||||
rpool/var/log /var/log zfs noatime 0 0
|
||||
rpool/var/tmp /var/tmp zfs noatime 0 0
|
||||
EOF
|
||||
|
||||
## Step 5: GRUB Installation
|
||||
|
|
Loading…
Reference in New Issue