RE: Removing bad fsck inode files

Stephen C. Tweedie (sct@redhat.com)
Tue, 2 Nov 1999 14:47:33 +0000 (GMT)


Hi,

On Mon, 1 Nov 1999 23:21:50 -0800, "Tom Livingston" <tsl@volition.org> said:

> Mike Galbraith wrote:
>> IIRC, Ted said that he intended to fix e2fsprogs to handle this. You
>> didn't say which version you are using... latest is e2fsprogs-1.17 and
>> might already include support to handle it.

> Thanks for the tip! I upgraded to 1.17, but chattr has the same reaction ;(

You cannot chattr a device file for a device which isn't present,
because before you can do ioctl() on a file descriptor you need to be
able to open the file!

e2fsck from the 1.17 e2fsprogs should detect these illegal immutable
device inodes and remove them automatically.

--Stephen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/