]> 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)
committerSami Kerola <kerolasa@iki.fi>
Sat, 16 Apr 2016 22:09:27 +0000 (23:09 +0100)
commit592fe0175f25a5d50d14de4eecdb7f22be4bdb39
tree9c8d451a938ec0f1caa9a9e35d642181eff52eeb
parentfdba1750fc9404206b900fac1dfc37772103b022
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