summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2022-11-19 13:29:22 -0500
committerSteve Dickson <steved@redhat.com>2022-11-19 14:44:30 -0500
commit46a114733ad67ca8ada5a42bb48b88379e9346db (patch)
treeffcf147b49807705dfa90233c2e5c8a836114280
parentfd7b023a8e5bdde184a17403d600db67c2557a7d (diff)
downloadnfs-utils-46a114733ad67ca8ada5a42bb48b88379e9346db.tar.gz
README: fix mount command
Without device specification, mount tries to mount an entry from the /etc/fstab file. Hence, specify target "nfsd" to make this command executable from the command line. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0b62a4f..3b0e771 100644
--- a/README
+++ b/README
@@ -70,7 +70,7 @@ scripts can be written to work correctly.
3.1. SERVER STARTUP
- A/ mount -t nfsd /proc/fs/nfsd
+ A/ mount -t nfsd nfsd /proc/fs/nfsd
This filesystem needs to be mount before most daemons,
particularly exportfs, mountd, svcgssd, idmapd.
It could be mounted once, or the script that starts each daemon