On Jan 22, 5:37 pm, Joao Cardoso <
whoami.jc...@gmail.com> wrote:
> On Jan 21, 11:06 pm, Jeremy MJ <
jeremy.mountainjohn...@gmail.com>
> wrote:
>
> > How do I set a USB drive to use the mount flag noatime and have it
> > stick (without changing /etc/fstab and remounting every time I boot
> > up?). Also interested in making this persistent for the drives on
> > RAID1 since I don't need it there either. I know that relatime (the
> > default with alt-f) is more efficient than atime but, again, no need
> > for neither with what I'm running on my NAS, and I'll take any
> > performance I can get from this little box. And for the thumb drive,
> > any decrease in reads / writes = increase in life time.
>
> There is currently no way of doing this through the web pages. fstab
> is not saved in flash, only nfs and smb mounts are.
>
> How about providing a mount options input field in the filesystem
> maintenance web page? The mount options would be associated with the
> fs throught its uuid and used at mount time. The options would be
> saved in misc.conf, which is saved in flash.
The change is now svn commited. Not very throughly tested, though