system overrides my mount parameters in /etc/fstab
- by valya
[.../~]$ mount
/dev/sda4 on / type ext4 (rw,commit=60,commit=0)
[.../~]$ cat /etc/fstab
# UNCONFIGURED FSTAB FOR BASE SYSTEM
UUID=70739c04-fcb6-4747-803c-824f9c894f41 / ext4 defaults,commit=60 0 1
What can I do about it? It seems strange. I want to be able to set any commit time I want
Edit: added /proc/mounts contents
[.../~]$ cat…