docs(site): document macOS mounting requirements (#5263)

This commit is contained in:
Anthony Accioly
2026-04-04 19:54:18 +01:00
committed by GitHub
parent 3134ebde50
commit f868e2c296

View File

@@ -106,3 +106,15 @@ PS> kopia mount all Z: # mount successful
Mounted 'all' on Z:
Press Ctrl-C to unmount.
```
## macOS
On macOS, the recommended option is `kopia mount --webdav` for a WebDAV-based mount. This does not require any
additional software to be installed.
As an alternative, FUSE-based mounts with `kopia mount` can be achieved using [macFUSE](https://macfuse.github.io/) and
its kernel backend. Refer to the [macFUSE getting started guide](https://github.com/macfuse/macfuse/wiki/Getting-Started#kernel-backend) for the current installation requirements
for your macOS version and architecture.
>NOTE: KopiaUI "Mount as Local Filesystem" button currently uses FUSE-based mount paths on macOS, thus it requires
>macFUSE to be installed.