From: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
To: util-linux <util-linux@vger.kernel.org>
Subject: mount (new): Using -a, exits with 64.
Date: Thu, 19 Jan 2012 17:52:07 -0300 [thread overview]
Message-ID: <4F188277.7090100@yahoo.com.ar> (raw)
Hello
Using new mount, when run with -a and some mounting is performed, mount
retuns 64 instead of 0.
Example:
# mkdir /mnt/coco
# echo "coco /mnt/coco tmpfs defaults 0 0" >> /etc/fstab
# mount -a ; echo $?
64
# mount | tail -1
coco on /mnt/coco type tmpfs (rw,relatime)
# umount /mnt/coco
# mount /mnt/coco ; echo $?
0
# mount --version
mount from util-linux 2.21-rc1 (libmount 2.21.0)
--
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1
next reply other threads:[~2012-01-19 20:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-19 20:52 Gerardo Exequiel Pozzi [this message]
2012-01-19 23:17 ` mount (new): Using -a, exits with 64 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=4F188277.7090100@yahoo.com.ar \
--to=vmlinuz386@yahoo.com.ar \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.