From: Karel Zak <kzak@redhat.com>
To: Ruediger Meier <sweet_f_a@gmx.de>
Cc: util-linux@vger.kernel.org
Subject: Re: BUG: umount --all-targets vs /etc/mtab
Date: Mon, 26 May 2014 11:47:44 +0200 [thread overview]
Message-ID: <20140526094744.GA2968@x2.net.home> (raw)
In-Reply-To: <201405250216.47401.sweet_f_a@gmx.de>
On Sun, May 25, 2014 at 02:16:47AM +0200, Ruediger Meier wrote:
> Hi,
>
> umount --all-targets does not work if /etc/mtab is a regular file and not a
> link to /proc/mounts.
>
> reproduce:
> $ sudo mv /etc/mtab /etc/mtab.orig
> $ sudo cp /proc/mounts /etc/mtab
> $ sudo make check TS_OPTS="--parallel=1 mount"
I have added a hint to the error message and umount man page that this
feature is supported on systems with mtab symlink only.
> Test mount/umount-alltargets fails.
fixed by:
[ -L /etc/mtab ] || ts_skip "regular mtab"
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
prev parent reply other threads:[~2014-05-26 9:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-25 0:16 BUG: umount --all-targets vs /etc/mtab Ruediger Meier
2014-05-26 9:47 ` Karel Zak [this message]
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=20140526094744.GA2968@x2.net.home \
--to=kzak@redhat.com \
--cc=sweet_f_a@gmx.de \
--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