File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
4850The 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
387389and you should provide ` --config ` and ` --cache-dir ` explicitly as absolute
388390paths 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
You can’t perform that action at this time.
0 commit comments