Harmonize disk mount options

This commit is contained in:
Timo Makinen 2024-12-25 08:32:26 +00:00
parent f886060227
commit a855e1fcaa
4 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@
name: /export/home
src: LABEL=home
fstype: xfs
opts: noatime
opts: noatime,nodev
passno: "0"
dump: "0"
state: mounted
@ -27,7 +27,7 @@
name: /export/roles
src: LABEL=roles
fstype: xfs
opts: noatime
opts: noatime,nodev
passno: "0"
dump: "0"
state: mounted