From: LaMont Jones Date: Thu, 9 Aug 2007 19:37:22 +0000 (-0600) Subject: mount: improve error message when helper program not present X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5924b375c5ab1dcb535317359c2cf3ed9e20bd0;p=util-linux mount: improve error message when helper program not present "missing codepage" is a bit confusing to many people, so include "helper program" in the error message when we fail to mount something. Signed-off-by: LaMont Jones --- diff --git a/mount/mount.c b/mount/mount.c index 9cbc466e..40699f33 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -1177,7 +1177,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0, error (_("mount: %s not mounted already, or bad option"), node); } else { error (_("mount: wrong fs type, bad option, bad superblock on %s,\n" - " missing codepage or other error"), + " missing codepage or helper program, or other error"), spec); if (stat(spec, &statbuf) == 0 && S_ISBLK(statbuf.st_mode)