]> 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>
Tue, 16 Feb 2010 08:58:58 +0000 (09:58 +0100)
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=562394
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c

index f7312676aa99951ace4adb9b4abfa8a1fba57a93..efe1165424d1febfdf2a0bde18b6cdeaac921086 100644 (file)
@@ -1556,7 +1556,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);