mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
docs: mount: add guidance for macFUSE installed via macports
This commit is contained in:
parent
2faa4758e4
commit
fda06fc17d
|
@ -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
|
FUSE driver utilizing a macOS kernel extension (kext). FUSE-T is an alternative FUSE system
|
||||||
which "mounts" via an NFSv4 local server.
|
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
|
#### FUSE-T Limitations, Caveats, and Notes
|
||||||
|
|
||||||
There are some limitations, caveats, and notes about how it works. These are current as
|
There are some limitations, caveats, and notes about how it works. These are current as
|
||||||
|
|
Loading…
Reference in New Issue
Block a user