* [PATCH] README: fix mount command
@ 2022-11-15 9:53 yegorslists
2022-11-19 19:50 ` Steve Dickson
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists @ 2022-11-15 9:53 UTC (permalink / raw)
To: linux-nfs; +Cc: Yegor Yefremov
From: Yegor Yefremov <yegorslists@googlemail.com>
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>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 7034c009..1c19ecd0 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
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] README: fix mount command
2022-11-15 9:53 [PATCH] README: fix mount command yegorslists
@ 2022-11-19 19:50 ` Steve Dickson
0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2022-11-19 19:50 UTC (permalink / raw)
To: yegorslists, linux-nfs
On 11/15/22 4:53 AM, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> 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>
Committed...
steved.
> ---
> README | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README b/README
> index 7034c009..1c19ecd0 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-19 19:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 9:53 [PATCH] README: fix mount command yegorslists
2022-11-19 19:50 ` Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox