"Joseph de los Santos" <[EMAIL PROTECTED]> wrote: >man fsck? lol just kidding.. try to use e2fsck if you have it. e2fsck is >much better (in my opinion) in fixing file system problems.
e2fsck and fsck are identical on an ext2 filesystem, and on anything else e2fsck won't work. # In actuality, fsck is simply a front-end for the various # file system checkers (fsck.fstype) available under Linux. [EMAIL PROTECTED] ~]$ ls -i /sbin/fsck.ext2 8259 /sbin/fsck.ext2 [EMAIL PROTECTED] ~]$ ls -i /sbin/e2fsck 8259 /sbin/e2fsck -- Colin Watson [EMAIL PROTECTED]