From: Andre Beck <beck@ibh.de>
To: linux-hotplug@vger.kernel.org
Subject: vol_id doesn't recognize unjournaled ext4
Date: Sat, 14 Mar 2009 17:39:46 +0000 [thread overview]
Message-ID: <20090314173946.GA16215@ibh.de> (raw)
Hi,
fooling around with a Debian Sid/Experimental installation on a USB
flash drive, I had some boot issues as /dev/disk/by-{uuid,label} showed
no trace of my boot partition. I've tracked this to vol_id not
recognizing an ext4 block device if the ext4 doesn't have a journal
(a feature that was added to ext4 as an afterthought for the flash
drive use case). The code in ext.c makes pretty clear why that happens,
it will only go into the ext3 branch if there is a journal in the
first place, and will only recognize ext4 as incompatible features
on top of ext3 in that branch.
BTW, util-linux mount(8) apparently has the same issue, as it doesn't
autodetect an unjournaled ext4 and insists on "-t ext4" to mount it.
I'm not on the list, so please keep me Cc'ed on this thread (if any).
Thanks,
Andre.
--
-> Andre Beck +++ ABP-RIPE +++ "Signatures are so last century" <-
next reply other threads:[~2009-03-14 17:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-14 17:39 Andre Beck [this message]
2009-03-14 18:01 ` vol_id doesn't recognize unjournaled ext4 Kay Sievers
2009-03-17 10:27 ` Karel Zak
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=20090314173946.GA16215@ibh.de \
--to=beck@ibh.de \
--cc=linux-hotplug@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;
as well as URLs for NNTP newsgroup(s).