FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
1–10 of 73 posts
Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#2Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#3Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#4Why is there a GitHub and no source code?
> The project consists of two components: libfuse and fuse-t server. libfuse is LGPL licensed and can be downloaded from here: macos-fuse-t/libfuse [1]. You can modify and build it as you wish, the build instructions are provided in the README file. The fuse-t server on the other hand is a proprietary component, it's written in go and doesn't link to or includes anything GPL related, all respective copyright owners are mentioned in License.txt file [...]
Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#5Why is there a GitHub and no source code?
Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#6Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#7Why is there a GitHub and no source code?
Those authors also haven’t seemed interested in crowdfunding when it has been proposed.
Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#8Why is there a GitHub and no source code?
Does not answer your question directly, but related: https://github.com/macos-fuse-t/fuse-t/issues/1#issuecomment... > The project consists of two components: libfuse and fuse-t server. libfuse is LGPL licensed and can be downloaded from here: macos-fuse-t/libfuse [1]. You can modify and build it as you wish, the build instructions are provided in the README file. The fuse-t server on the other hand is a proprietary…
I'm not gonna be one of those "proprietary software is immoral" people, but it just rubs me the wrong way to see someone take a concept/protocol that was originally developed in the open and released as open source (the Linux version of FUSE itself), and then build something proprietary.
Re: FUSE-T is a kext-less implementation of FUSE for macOS that uses NFSv4
#9This sounds like a nice workaround, though!