From fda06fc17d0a6b30b82db745374ad29751f0a083 Mon Sep 17 00:00:00 2001 From: Damo Date: Sat, 15 Apr 2023 16:12:14 +1000 Subject: [PATCH] docs: mount: add guidance for macFUSE installed via macports --- cmd/mountlib/help.go | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cmd/mountlib/help.go b/cmd/mountlib/help.go index 944330c75..03ead5b7e 100644 --- a/cmd/mountlib/help.go +++ b/cmd/mountlib/help.go @@ -261,6 +261,17 @@ Mounting on macOS can be done either via [macFUSE](https://osxfuse.github.io/) FUSE driver utilizing a macOS kernel extension (kext). FUSE-T is an alternative FUSE system which "mounts" via an NFSv4 local server. +#### macFUSE Notes + +If installing macFUSE using [dmg packages](https://github.com/osxfuse/osxfuse/releases) from +the website, rclone will locate the macFUSE libraries without any further intervention. +If however, macFUSE is installed using the [macports](https://www.macports.org/) package manager, +the following addition steps are required. + + sudo mkdir /usr/local/lib + cd /usr/local/lib + sudo ln -s /opt/local/lib/libfuse.2.dylib + #### FUSE-T Limitations, Caveats, and Notes There are some limitations, caveats, and notes about how it works. These are current as