Skip to content

Commit 99e59a9

Browse files
ncwyuval-cloudinary
authored andcommitted
docs: document that fusermount3 may be needed when mounting/unmounting
See: https://forum.rclone.org/t/documentation-fusermount-vs-fusermount3/47816/
1 parent 420dbed commit 99e59a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cmd/mountlib/mount.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ When running in background mode the user will have to stop the mount manually:
4242

4343
# Linux
4444
fusermount -u /path/to/local/mount
45-
# OS X
45+
#... or on some systems
46+
fusermount3 -u /path/to/local/mount
47+
# OS X or Linux when using nfsmount
4648
umount /path/to/local/mount
4749

4850
The umount operation can fail, for example when the mountpoint is busy.
@@ -386,9 +388,9 @@ Note that systemd runs mount units without any environment variables including
386388
`PATH` or `HOME`. This means that tilde (`~`) expansion will not work
387389
and you should provide `--config` and `--cache-dir` explicitly as absolute
388390
paths via rclone arguments.
389-
Since mounting requires the `fusermount` program, rclone will use the fallback
390-
PATH of `/bin:/usr/bin` in this scenario. Please ensure that `fusermount`
391-
is present on this PATH.
391+
Since mounting requires the `fusermount` or `fusermount3` program,
392+
rclone will use the fallback PATH of `/bin:/usr/bin` in this scenario.
393+
Please ensure that `fusermount`/`fusermount3` is present on this PATH.
392394

393395
### Rclone as Unix mount helper
394396

0 commit comments

Comments
 (0)