Drive / Filesystem Integrity Test
Posted: Thu Sep 13, 2007 5:59 am
Can anyone recommend something to use on Linux for a drive / filesystem integrity test?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
In fact, fsck run on ext3 should call e2fsck... Since ext3 has the same on-disk format as ext2 it can use the very well tested
and reliable e2fsck to ensure filesystem integrity and recover from errors,
when this is needed...