Default mount options ignored on ext3

=?ISO-8859-2?Q?Krzysztof_Ol=EAdzki?= (ole@ans.pl)
Fri, 31 Jan 2003 15:18:42 +0100 (CET)


Hello,

It seems that "Default mount options" from ext3 fs is ignored by
the linux kernel. I have just set "Default mount options" to
"journal_data" on my root fs but kernel still mounts it with
journal_data_ordered:

(part of dmesg)
EXT3-fs: mounted filesystem with ordered data mode.
~~~~~~~~~~~~~~~~~
VFS: Mounted root (ext3 filesystem) readonly.

$ tune2fs -l /dev/md0
tune2fs 1.32 (09-Nov-2002)
Filesystem volume name: /
Last mounted on: <not available>
Filesystem UUID: cfaec15d-a1dc-46fe-af5b-c9f0a087c078
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal dir_index filetype needs_recovery sparse_super
Default mount options: journal_data
~~~~~~~~~~~~
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
(...)

$ uname -r
2.4.21-pre4

And ofcourse, it is not possible to remount ext3 fs and change
journalling mode.

Best regards,

Krzysztof Olędzki

-
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/