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
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html