Your message dated Fri, 26 Mar 2010 05:38:47 +0100
with message-id <[email protected]>
and subject line Re: ext3 'data=foo' on root fs is broken
has caused the Debian Bug report #520009,
regarding ext3 'data=foo' on root fs is broken
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
520009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520009
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.92o
Severity: normal
ext3 includes mount option 'data={ordered,writeback,journal}'.
However, it also has a restriction that you cannot change the 'data='
parameter with 'remount'. Therefore, you have to pass the correct one
at initial mount time, even though the data= parameter does not
directly affect a read-only fs. If you don't specify, you get
data=ordered.
initramfs-tools should not pick up data= from /etc/fstab, but it does
not. The workaround is 'rootflags=data=foo' on the kernel command
line.
The consequence is that the root fs cannot be remounted rw:
EXT3-fs: cannot change data mode on remount
mount: / not mounted already, or bad option
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to bash
Versions of packages initramfs-tools depends on:
ii cpio 2.9-13 GNU cpio -- a program to manage archives of
ii findutils 4.4.0-2 utilities for finding files--find, xargs
ii klibc-utils 1.5.12-2 small utilities built with klibc for early
ii module-init-tools 3.4-1 tools for managing Linux kernel modules
ii udev 0.125-7 /dev/ and hotplug management daemon
Versions of packages initramfs-tools recommends:
ii busybox 1:1.10.2-2 Tiny utilities for small and embedded syste
initramfs-tools suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
the recommended way to set is via tunefs:
"tune2fs -o journal_data_ordered" or "tune2fs -o journal_data_writeback"
this specifies the default mountoption in the filesystem superblock.
thus closing as this a much to big special case to start an fstab parser on.
--- End Message ---