rclone/cmd/cmount
Nick Craig-Wood af8ba18580 mount: disable mount for freebsd
The upstream library rclone uses for rclone mount no longer supports
freebsd. Not only is it broken, but it no longer compiles.

This patch disables rclone mount for freebsd.

However all is not lost for freebsd users - compiling rclone with the
`cmount` tag, so `go install -tags cmount` will install a working
`rclone mount` command which uses cgofuse and the libfuse C library
directly.

Note that the binaries from rclone.org will not have mount support as
we don't have a freebsd build machine in CI and it is very hard to
cross compile cmount.

See: https://github.com/bazil/fuse/issues/280
Fixes #5843
2023-10-29 15:46:41 +00:00
..
arch.go selfupdate: abort if updating would discard fuse semantics 2021-03-22 22:55:24 +03:00
fs.go cmount: use atomic types 2023-08-22 12:52:13 +01:00
mount.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount_brew.go mount: clarify rclone mount error when installed via homebrew 2023-03-29 13:59:27 +01:00
mount_test.go nfsmount: New mount command to provide mount mechanism on macOS without FUSE 2023-10-06 14:08:20 +01:00
mount_unsupported.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mountpoint_other.go mount: avoid incorrect or premature overlap check on windows 2023-01-24 22:27:02 +01:00
mountpoint_windows.go mount: avoid incorrect or premature overlap check on windows 2023-01-24 22:27:02 +01:00