From: Alexey Gladkov <gladkov.alexey@gmail.com>
To: util-linux@vger.kernel.org
Subject: new mount regression
Date: Thu, 15 Nov 2012 00:04:46 +0400 [thread overview]
Message-ID: <50A3F95E.6030407@gmail.com> (raw)
Greetings!
I found that mount no longer understands fstype list in the /etc/fstab
after the migration to libmount:
$ dd if=/dev/zero of=/tmp/disk bs=1M count=10
$ losetup /dev/loop0 /tmp/disk
$ mkfs.ext3 /dev/loop0
$ grep loop0 /etc/fstab
/dev/loop0 /media vfat,hfsplus,ext4,ext3,ext2 defaults 0 0
$ mount /media
mount: unknown filesystem type 'vfat,hfsplus,ext4,ext3,ext2'
But if we use deprecated mount:
$ ./mount.deprecated -v /media
/dev/loop0 on /media type ext4 (rw)
Also new mount understands fstype list in options:
$ mount -t vfat,hfsplus,ext4,ext3,ext2 /dev/loop0 /media
--
Rgrds, legion
next reply other threads:[~2012-11-14 20:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-14 20:04 Alexey Gladkov [this message]
2012-11-14 23:10 ` new mount regression Dmitry V. Levin
2012-11-16 9:36 ` 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=50A3F95E.6030407@gmail.com \
--to=gladkov.alexey@gmail.com \
--cc=util-linux@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).