Mount all filesystems "relatime"
Since I will be using a SSD instead of a HD soon, I'd like to reduce the disk Writes.
Essentially, the updates to the "Read a file or Dir" time stamp are not needed (at least by me) and I'd like to remove that.
On Linux, the best option is to add the "relatime" option to the mount options (in /etc/fstab).
"relatime" prevents the "read" time stamp updates on files or directories (except if the read access time would be less than the last write).
On Mac OS Lion, how would I do that?
- /etc/fstab does not seem to contain the current filesystems entries (like '/')
- where/what is the equivalent of /etc/fstab on Lion
- what is the "relatime" option on Lion (if there is one)?
Thanks
Mac mini, Mac OS X (10.7.3), Lion