Hacker News new | ask | show | jobs
by lillecarl 1388 days ago
Because your software was written against FUSE and you don't wanna spend time rewriting it to accommodate Apple users.
1 comments

I meant why not make a project like this that emulates the FUSE API, but use the file provider API to present the file system to the OS instead of NFS. It would have the advantage that it would be better integrated with the OS, for example you can display upload progress indicators on files in Finder. Maybe that can also be done with NFS though, I don't know.
It's impossible, see my other reply.