Skip to content

Fuse doesn't work on MacOS #61

Description

@Pasithea0

Installing the kernel extensions through the MacFUSE pkg doesn't add the same fuse executable as linux.

The setup-mac.sh script fails because command -v fuse doesn't exist.

fuse: device not found, try 'modprobe fuse' first
Traceback (most recent call last):
  File "/app/main.py", line 54, in <module>
    runFuse()
  File "/app/functions/fuseFilesystemFunctions.py", line 292, in runFuse
    server.main()
  File "/usr/local/lib/python3.10/site-packages/fuse.py", line 754, in main
    main(**d)
fuse.FuseError: filesystem initialization failed

I'm using the :main branch, but this seems like a different issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions