mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
a6f6a9dcdf
Since version 3 of fuse libfuse no longer does anything when given the nonempty option and it's default is to allow mounting over non empty directories like normal mount does. Some versions of libfuse give an error when using `--allow-non-empty` which is annoying for the user. We now do this check ourselves so we no longer need to pass the option to libfuse. Fixes #3562 |
||
---|---|---|
.. | ||
arch.go | ||
fs.go | ||
mount_brew.go | ||
mount_test.go | ||
mount_unsupported.go | ||
mount.go | ||
mountpoint_other.go | ||
mountpoint_windows.go |