> Does anyone know what the following error means: > > /-- otis /home lev 1 FAILED [/sbin/dump returned 3] > sendbackup: start [otis:/home level 1] > sendbackup: info BACKUP=/sbin/dump > sendbackup: info RECOVER_CMD=/sbin/restore -f... - > sendbackup: info end > | DUMP: Date of this level 1 dump: Thu Oct 25 22:06:24 2001 > | DUMP: Date of last level 0 dump: Sat Oct 6 03:03:08 2001 > | DUMP: Dumping /dev/sda6 (/home) to standard output > | DUMP: Label: none > | DUMP: mapping (Pass I) [regular files] > | DUMP: mapping (Pass II) [directories] > | DUMP: estimated 6405 tape blocks. > | DUMP: Volume 1 started at: Thu Oct 25 22:06:25 2001 > | DUMP: dumping (Pass III) [directories] > ? /dev/sda6: EXT2 directory corrupted while converting directory #31015 > ? > ? DUMP: error reading command pipe: Connection reset by peer > ? DUMP: error reading command pipe: Connection reset by peer > sendbackup: error [/sbin/dump returned 3] > \-------- > > Other filesystems on the same host work fine. Thanks,
mount -o ro,remount /home e2fsck /dev/sda6 e2fsck -f /dev/sda6
