Change mount option - noatime instead of relatime
The output of cat /proc/mounts shows that all internal file systems are mounted with relatime option. What I read about it is that there is still some overhead compared to noatime option and is totally useless. noatime would give a little bit of performance gain with no side effects. Does anyone know where this setting come from in Knoppix ? Is it a kernel setting ?
Here is the output of cat /proc/mounts:
rootfs / rootfs rw,relatime 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
/dev/sdb1 /mnt-system vfat rw,relatime,fmask=0000,dmask=0000,allow_utime=0022 ,codepage=cp850,iocharset=iso8859-1,shortname=winnt,errors=remount-ro 0 0
tmpfs /ramdisk tmpfs rw,relatime,size=1048576k 0 0
/dev/cloop /KNOPPIX iso9660 ro,relatime 0 0
/dev/loop0 /KNOPPIX-DATA ext2 rw,relatime,errors=continue 0 0
unionfs /UNIONFS aufs rw,relatime,si=e1e6333f,noplink 0 0
unionfs /home aufs rw,relatime,si=e1e6333f,noplink 0 0
usbfs /proc/bus/usb usbfs rw,relatime 0 0
tmpfs /UNIONFS/var/run tmpfs rw,relatime,size=10240k 0 0
tmpfs /UNIONFS/var/lock tmpfs rw,relatime,size=10240k 0 0
tmpfs /UNIONFS/var/log tmpfs rw,relatime,size=102400k 0 0
tmpfs /tmp tmpfs rw,relatime,size=1048576k 0 0
udev /dev tmpfs rw,relatime,size=20480k 0 0
tmpfs /dev/shm tmpfs rw,relatime,size=1048576k 0 0
devpts /dev/pts devpts rw,relatime,mode=1777 0 0
/dev/sda6 /media/sda6 vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0 000,dmask=0000,allow_utime=0022,codepage=cp850,ioc harset=iso8859-1,shortname=winnt,errors=remount-ro 0 0