I'm editing the fstab file to automount my secondary HD and I would like to know how to setup the 'noatime' in the command line.
The command I have so far is:
UUID=DEVICEID /PATH ntfs-3g rw,uid=1000,gid=1000,umask=0022,fmask=0022 0 2
Where should I add the 'noatime' command in this case? Any thoughts are appreciated.