[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200908191247.n7JCl21w018943@demeter.kernel.org>
Date: Wed, 19 Aug 2009 12:47:02 GMT
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 13992] ext3 data=ordered in fstab prevents booting
http://bugzilla.kernel.org/show_bug.cgi?id=13992
Jan Kara <jack@...e.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jack@...e.cz
AssignedTo|fs_ext3@...nel-bugs.osdl.or |jack@...e.cz
|g |
--- Comment #1 from Jan Kara <jack@...e.cz> 2009-08-19 12:46:59 ---
Oh, I see what's the problem: You cannot change journalling mode on remount. So
if by default a filesystem gets mounted as data=writeback, then mount
remounting the fs rw fails because it specifies data=ordered from /etc/fstab.
Sorry, this is a userspace issue - either you have to specify
rootflags=data=ordered or you should use initrd and initially mount the
filesystem with proper options.
I understand this might be nasty to users but there's no better solution...
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists