rclone/cmd/cmount
Nick Craig-Wood a6f6a9dcdf mount,mount2,cmount: fix --allow-non-empty #3562
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
2023-01-20 15:39:54 +00:00
..
arch.go selfupdate: abort if updating would discard fuse semantics 2021-03-22 22:55:24 +03:00
fs.go cmount: fix creating and renaming files on case insensitive backends 2023-01-11 17:21:57 +00:00
mount_brew.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount_test.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount_unsupported.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount.go mount,mount2,cmount: fix --allow-non-empty #3562 2023-01-20 15:39:54 +00:00
mountpoint_other.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
mountpoint_windows.go mount: do not treat \\?\ prefixed paths as network share paths on windows 2023-01-20 15:40:03 +01:00