On February 21, 2016 3:11:02 AM EST, Carsten Kunze <[email protected]> wrote: >Hello, > >does > >mount_ext2fs: -o atime: option not supported > >that access time is never set or always set? > >If it is always set, is there any chance to implement option "noatime"? > (Or disabling atime update for ext2fs?) > >--Carsten
The noatime flag looks like it's handled in the ext2fs kernel code, with "atime" as the default. Do you get the same error when you try to pass "-o noatime" on the command line? Perhaps the mount_ext2fs program just needs a slight tweak to handle it. Eric
