]> err.no Git - util-linux/commitdiff
mount: advise users to use "modprobe", not "insmod"
authorKarel Zak <kzak@redhat.com>
Fri, 12 Feb 2010 18:58:45 +0000 (19:58 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Feb 2010 18:58:45 +0000 (19:58 +0100)
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=562394
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c

index 6f93bc8a335d6925a5c291aa807f0d10d91649ee..0f1fc5a7824f946355067f452f007f7bc7b08c19 100644 (file)
@@ -1571,7 +1571,7 @@ mount_retry:
        error (_("mount: %s is not a block device, and stat fails?"), spec);
       else if (S_ISBLK(statbuf.st_mode))
         error (_("mount: the kernel does not recognize %s as a block device\n"
-              "       (maybe `insmod driver'?)"), spec);
+              "       (maybe `modprobe driver'?)"), spec);
       else if (S_ISREG(statbuf.st_mode))
        error (_("mount: %s is not a block device (maybe try `-o loop'?)"),
                 spec);