]> err.no Git - util-linux/commitdiff
mount: improve error message when helper program not present
authorLaMont Jones <lamont@mmjgroup.com>
Thu, 9 Aug 2007 19:37:22 +0000 (13:37 -0600)
committerKarel Zak <kzak@redhat.com>
Wed, 15 Aug 2007 09:21:58 +0000 (11:21 +0200)
"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 <lamont@mmjgroup.com>
mount/mount.c

index d09fd5efa63c2218f8b2dc94fc05c09ede5be94d..83d55e0c68d5359514dd0a24fa201367e6d5b142 100644 (file)
@@ -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)