From 0f3172012919d36e2a7e5bf46c388f8c028fc93e Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 16 Jan 2008 11:48:23 -0500 Subject: [PATCH] When mount.nfs reports that statd isn't running, it suggests using the "-o nolocks" option, which doesn't exist. It should say "-o nolock". Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- utils/mount/nfsmount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c index 23dd2f6..3d2ebb1 100644 --- a/utils/mount/nfsmount.c +++ b/utils/mount/nfsmount.c @@ -848,7 +848,7 @@ noauth_flavors: if (!start_statd()) { nfs_error(_("%s: rpc.statd is not running but is " "required for remote locking.\n" - " Either use '-o nolocks' to keep " + " Either use '-o nolock' to keep " "locks local, or start statd."), progname); goto fail; -- 2.39.2