public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@zip.com.au>
To: Dewet Diener <linux-kernel@dewet.org>
Cc: linux-kernel@vger.kernel.org,
	"ext3-users@redhat.com" <ext3-users@redhat.com>
Subject: Re: ext3 partition unmountable
Date: Sat, 18 Aug 2001 15:29:32 -0700	[thread overview]
Message-ID: <3B7EEC4C.D0127AB4@zip.com.au> (raw)
In-Reply-To: <20010818030321.A11649@darkwing.flatlit.net>

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.

-

  parent reply	other threads:[~2001-08-18 22:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-18  1:03 ext3 partition unmountable Dewet Diener
2001-08-18 11:07 ` Mike Black
2001-08-18 21:52   ` Dewet Diener
2001-08-18 22:04     ` Riley Williams
2001-08-18 23:40       ` Dewet Diener
2001-08-20 18:10       ` Stephen C. Tweedie
2001-08-20 21:37         ` Dewet Diener
2001-08-18 22:29 ` Andrew Morton [this message]
2001-08-18 23:35   ` Dewet Diener
2001-08-19 14:06   ` Dewet Diener
2001-08-19 16:00     ` Theodore Tso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B7EEC4C.D0127AB4@zip.com.au \
    --to=akpm@zip.com.au \
    --cc=ext3-users@redhat.com \
    --cc=linux-kernel@dewet.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox