util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mount (new): Using -a, exits with 64.
@ 2012-01-19 20:52 Gerardo Exequiel Pozzi
  2012-01-19 23:17 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Gerardo Exequiel Pozzi @ 2012-01-19 20:52 UTC (permalink / raw)
  To: util-linux

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-19 23:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19 20:52 mount (new): Using -a, exits with 64 Gerardo Exequiel Pozzi
2012-01-19 23:17 ` Karel Zak

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).