From 4bc7b0e24d9560c7d58727f1d4d184df2c2ea884 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 12 Feb 2010 19:58:45 +0100 Subject: [PATCH] mount: advise users to use "modprobe", not "insmod" Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=562394 Signed-off-by: Karel Zak --- mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/mount.c b/mount/mount.c index 6f93bc8a..0f1fc5a7 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -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); -- 2.39.5