Re: ext3 partition unmountable

Andrew Morton (akpm@zip.com.au)
Sat, 18 Aug 2001 15:29:32 -0700


Dewet Diener wrote:
>
> Hi all
>
> After umounting a removable ext3 partition from my work PC, and
> trying to remount it at home, I've run into the following error
> trying to mount it as both ext2 and ext3:
>
> EXT2-fs: ide1(22,65): couldn't mount because of unsupported optional features (10000).
> EXT3-fs: ide1(22,65): couldn't mount because of unsupported optional features (10000).
>

Could you please run

od -A x -t x1 /dev/hdd1

and send the output?

For the superblock I get:

000400 c0 74 07 00 e2 e8 0e 00 d8 be 00 00 e1 8c 0e 00
000410 b5 74 07 00 00 00 00 00 02 00 00 00 02 00 00 00
000420 00 80 00 00 00 80 00 00 a0 3f 00 00 2f e9 7e 3b
000430 2f e9 7e 3b 01 00 16 00 53 ef 01 00 01 00 00 00
000440 1f e9 7e 3b 00 4e ed 00 00 00 00 00 01 00 00 00
000450 00 00 00 00 0b 00 00 00 80 00 00 00 04 00 00 00
000460 06 00 00 00 01 00 00 00 b9 d3 6c 59 2d cc 42 13
000470 91 84 d4 7b 60 d2 d9 50 00 00 00 00 00 00 00 00
000480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

The incompat features are at superblock offset 0x60.
So here it's 0x00000006 - EXT3_FEATURE_INCOMPAT_FILETYPE
and EXT3_FEATURE_INCOMPAT_RECOVER.

Somehow you seem to have set bit 16, which isn't defined. Not sure how
to fix this without simply running a binary editor against /dev/hdd1 and
clearing the byte at offset 0x462.

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