On Wed, Feb 16, 2011 at 11:17:58PM +0100, Johannes Rohr wrote: > Package: e2fsprogs > Version: 1.41.12-2 > Severity: normal > > I have run a full read-write surface scan on an ext4 partition on an > external USB hard drive (e2fsck -ccfy /dev/sdb6), which lasted for > about 20 hours. After that, e2fsck emits the following error > message:
First of all, can you map the blocks to specific inodes: debugfs /dev/sdb6 debugfs: icheck 33600 33637 then when you get the inode numbers, can you try using the debugfs stat command and show me the output. i.e., if the inode number is 12345, enter the command: debugfs: stat <12345> Also, if you retry the e2fsck with the -cc, can you reproduce the problem? Finally, if you retry the e2fsck command without the -cc can you reproduce this? (i.e., "e2fsck -fy /dev/sdb6"). If no, can you try it with the -cc again ("e2fsck -ccfy /dev/sdb6"). - Ted -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org