Let's run mount
/dev/mapper/VolGroup-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sdb1 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev)
/dev/sda1 on /media/1 type ext3 (rw,nosuid,nodev,uhelper=udisks)
there is nothing in these lines that show either
atime
or
noatime
the problem here is, i created folders a
and b
and then tried accessing them, but i can not get them to update Access Time
so i can arrange them based on access time
.
how exactly does one ensure the "filesystem" of the "operating system" is mounted with "atime" enabled ?
a
andb
on which filesystem/mount? – phemmer Aug 31 '13 at 05:09