rclone/cmd/mount
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
..
test Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
dir.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
file.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
fs.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
handle.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount_test.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount_unsupported.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00