Tuesday, June 03, 2008

noatime is useless to add it in ubuntu because reatime is better and already added in hardy


File systems are now mounted with the relatime mount option by default, for improved performance.

  • The relatime mount option stands for relative [WWW] atime (or time of last access), and relatime will only update the atime if the previous atime is different than the mtime (modification time) or ctime (time of last status change). [WWW] more info


here is my fstab with already included reatime cat /proc/mounts
/dev/disk/by-uuid/840c4762-57dd-4e43-befc-2047488f30d0 / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0

No comments: