Linux(Debian)にファイルシステムが最後にマウントされたのはいつか知りたいです。何か助けはありますか?
更新:それは簡単すぎました
$ Sudo tune2fs -l /dev/sda1
tune2fs 1.41.11 (14-Mar-2010)
Last mounted on: /
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 7028736
Filesystem created: Sat Nov 14 20:49:49 2009
Last mount time: Wed Jun 9 18:19:42 2010
Last write time: Thu Jun 3 09:38:18 2010
Mount count: 20
Maximum mount count: 32
およびtune2fs
ext4パーティションも処理しますが、手元にありません。
/proc/self/mountstats
(またはその他のPID)を読んで、NFSの方法を見つけました。それは秒単位で年齢を与えます:
device 1.2.3.4:/HOME mounted on /mnt/HOME with fstype nfs statvers=1.1
[...]
age: 1047998
[...]