> I see this in my box: > SYNOPSIS > tune2fs [ -l ] [ -c max-mount-counts ] [ -e errors-behavior ] [ -f ] [ > -i interval-between-checks ] [ -j ] [ -J journal-options ] [ -m > reserved-blocks-percentage ] [ -o [^]mount-options[,...] ] > > <yada yada yada> > > -e error-behavior > Change the behavior of the kernel code when errors are detected. > In all cases, a filesystem error will cause e2fsck(8) to check > the filesystem on the next boot. error-behavior can be one of > the following: > > continue Continue normal execution. > > remount-ro Remount filesystem read-only. > > panic Cause a kernel panic.
So i have to ask it to "continue"? Why dose it repair the journal? Will it mount with ext2? ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]