]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: try to tell what mount was doing when it failed
authorSami Kerola <kerolasa@iki.fi>
Sat, 16 Apr 2016 18:05:58 +0000 (19:05 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Jun 2016 09:17:58 +0000 (11:17 +0200)
commitd9937b1f425071659471194afad63c3da6fc4ab7
tree6bdad3c035e2f4f6967f78a2894103c787c23521
parent71c681ecae1c66339c537453ea5a1b7f307a7fe8
mount: try to tell what mount was doing when it failed

Earlier output did not give enough information to system admin to fix an
issue in /etc/fstab effectively.

$ sudo mount -a
mount: mount(2) failed: No such file or directory

Addresses: https://bugs.launchpad.net/bugs/1557145
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/mount.c