mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
af8ba18580
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 |
||
---|---|---|
.. | ||
arch.go | ||
fs.go | ||
mount_brew.go | ||
mount_test.go | ||
mount_unsupported.go | ||
mount.go | ||
mountpoint_other.go | ||
mountpoint_windows.go |