You are not logged in.
Pages: 1
Offline
man mount
/atime
n : next
N : prev
(btw you can use the same keybindings in vim)
Do you need to know more than this description?
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Offline
deleted
Last edited by Misbah (2012-02-14 04:37:13)
Offline
So that basically is saying that it doesn't update the file access time, correct?
I believe that's right. It's a bit overkill as I understand it though, since even cached adjustments get updated on the drive. This quote makes me laugh:
It's also perhaps the most stupid Unix design idea of all times. Unix is really nice and well done, but think about this a bit: 'For every file that is read from the disk, lets do a ... write to the disk! And, for every file that is already cached and which we read from the cache ... do a write to the disk!'
From:
http://kerneltrap.org/node/14148
And yes, last time I checked, setting noatime gave you nodiratime too. But the reverse of that is not true.
Linux user No. 409907
Offline
Pages: 1