docs/mount: mention nfsmount for macOS NFS mounts

The NFS section under Mounting on macOS talked about serve nfs without
pointing at rclone nfsmount, which is the command that actually does the
NFS-based mount on macOS.

Fixes #7869

Signed-off-by: Dean Chen <862469039@qq.com>
This commit is contained in:
Dean Chen
2026-08-13 19:59:16 +02:00
committed by Nick Craig-Wood
parent a182fcbce8
commit c785ff90d7
+5
View File
@@ -280,6 +280,11 @@ for all `mount` and `serve` commands on macOS. For details, see [vfs-case-sensit
#### NFS mount
For macOS (and other platforms where this path is supported), prefer the dedicated
[rclone nfsmount](/commands/rclone_nfsmount/) command. It starts the NFS server and
performs the mount for you. `rclone mount` itself still uses FUSE (macFUSE/FUSE-T)
and does not switch to NFS via a flag.
This method spins up an NFS server using [serve nfs](/commands/rclone_serve_nfs/)
command and mounts it to the specified mountpoint. If you run this in background
mode using |--daemon|, you will need to send SIGTERM signal to the rclone process