mount /storage with noatime, also increase commit to 120s

This commit is contained in:
Bruce Leidl 2018-03-19 16:05:52 -04:00
parent 0bb2496d92
commit 3d7e5db2a9

View File

@ -1,5 +1,5 @@
/dev/root / auto defaults 1 1
/dev/mapper/citadel-storage /storage auto defaults 0 0
/storage/citadel-state/var /var none bind 0 0
/storage/realms /realms none bind 0 0
tmpfs /home tmpfs rw,nosuid,nodev,mode=755 0 0
/dev/root / auto defaults 1 1
/dev/mapper/citadel-storage /storage auto defaults,noatime,commit=120 0 0
/storage/citadel-state/var /var none bind 0 0
/storage/realms /realms none bind 0 0
tmpfs /home tmpfs rw,nosuid,nodev,mode=755 0 0