A few months ago I created an ext3 file system on one of my partitions. I received the following message:

"mkfs.ext3 /dev/sddx; system will be checked every 20 mounts or 180 days; use tune2fs -c or -i to override".

How can I determine how many times this file system has been mounted?

link|improve this question
feedback

1 Answer

up vote 7 down vote accepted

tune2fs -l /dev/sddX will give the info you need, in particular the "Mount count" and "Last mount time"

link|improve this answer
Worked. Thanks! – HBlend Jan 26 '11 at 0:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.