forked from brl/citadel
mount /storage with noatime, also increase commit to 120s
This commit is contained in:
parent
0bb2496d92
commit
3d7e5db2a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user