I have my root partition mounted in a logical volume (/dev/VolGroup00/LogVol00) as an ext3 filesystem (basically one big filesystem for the hole machine). I now get an error when doing a dump on it:
/dev/mapper/VolGroup00/LogVol00: EXT2 directory corrupted while converting directory #3408057
If I run e2fsck -n /dev/VolGroup00/LogVol00 I see that there is some type of problem with this inode.
How do I safely run e2fsck on this fs? I tried booting from my FC5 rescue disk without mounting the filesystems, but it errors off when I try to run e2fsck /dev/VolGroup00/LogVol00 with a message about not being able to find it. How do I run e2fsck for a fs that is part of lvm?
/.autofsck is present and the fsck on boot says it is clean.