Closed starptr closed 1 month ago
macOS does not ship a FUSE driver. You must install one yourself.
Last time I used a mac the only driver available was osxfuse which is a proprietary kernel extension, so I noped out of that.
I saw a NFS-based implementation a while ago but I don't know what became of that.
Nix manages userspace components. Kernel components are only touched via NixOS and that's not a thing on macOS.
Describe the bug
Using
borg mount
fails on an arm Mac machine I have:Steps To Reproduce
Steps to reproduce the behavior:
borgbackup
borg mount REPO MOUNTPOINT
Expected behavior
Borg should successfully mount the repo. (Although I have not tried it myself, the current borg package distributed in Homebrew appears to do so successfully, according to https://github.com/borgbackup/borg/issues/5522.)
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
@dotlambda @globin
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.