LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen)
To: "Theodore Y. Ts'o" <tytso@mit.edu>,
Andreas Dilger <adilger.kernel@dilger.ca>,
linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: ext4 ignoring rootfs default mount options
Date: Wed, 7 Mar 2018 14:13:24 -0500 [thread overview]
Message-ID: <20180307191324.qtloesy4zdlkfnwv@csclub.uwaterloo.ca> (raw)
In-Reply-To: <20180307160856.GD7507@thunk.org>
On Wed, Mar 07, 2018 at 11:08:56AM -0500, Theodore Y. Ts'o wrote:
> This is where it's critcal to understand that the "tune2fs -o" changes
> the *default* mount options. The key in the comment is the anything
> different from the *filesystem* defaults (that is, the defaults of the
> particular ext4 file system, as opposed to the global defaults). The
> idea is that /proc/mounts, and /etc/mtab shows the options string that
> if used in /etc/fstab, or in the mount command line, will replicate
> the current mount option state. Furthermore, that /proc/mounts is the
> minimal set of mount option strings.
One more question about this.
Trying to use tune2fs -E mount_opts to set some default options, and
can't figure out how to enter two options at once.
Doing:
tune2fs -E mount_opts=nodelalloc,nouser_xattr /dev/sda3
gives the error:
tune2fs 1.43.4 (31-Jan-2017)
Bad options specified.
Extended options are separated by commas, and may take an argument which
is set off by an equals ('=') sign.
Valid extended options are:
clear_mmp
hash_alg=<hash algorithm>
mount_opts=<extended default mount options>
stride=<RAID per-disk chunk size in blocks>
stripe_width=<RAID stride*data disks in blocks>
test_fs
^test_fs
Apparently it gets confused by the , in the argument to mount_opts.
Unfortunately , happens to be the separator required by ext4 for that
field. So how does one use it?
Sure in this case I can set one with -o and the other with -E, but in
general there seems to be a small problem here, probably only in user
space though. Seems tune2fs needs some change in how it deals with
extended options that contain commas.
--
Len Sorensen
next prev parent reply other threads:[~2018-03-07 19:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-06 19:03 ext4 ignoring rootfs default mount options Lennart Sorensen
2018-03-07 4:06 ` Theodore Y. Ts'o
2018-03-07 15:14 ` Lennart Sorensen
2018-03-07 16:08 ` Theodore Y. Ts'o
2018-03-07 16:15 ` Lennart Sorensen
2018-03-07 19:13 ` Lennart Sorensen [this message]
2018-03-07 22:23 ` Tyson Nottingham
2018-03-07 22:50 ` Theodore Y. Ts'o
2018-03-15 18:35 ` Lennart Sorensen
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=20180307191324.qtloesy4zdlkfnwv@csclub.uwaterloo.ca \
--to=lsorense@csclub.uwaterloo.ca \
--cc=adilger.kernel@dilger.ca \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tytso@mit.edu \
/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).