filesystem check

R

rajin43

Guest
Hi,
I have number of filesystems,i do know when the filesystem check(fsck) happened.is there a way to find when fsck happened.

Thanks
Rajini
 


OP
P

pin

Guest
Generally, when you crete the file system, ther is a parameters telling the frequency (number of mounts or time period) the operating system will force the fsck automatically. You don't have to worry about.
 
OP
A

Akendo

Guest
tune2fs is the way to look. You can also control how often it's controlled.

Code:
tune2fs -l /dev/sdX
 


Top