Comment on How to write a filesystem in 50 lines of codeparentComments−nelhage16yHave you tried `fusermount -u` on the mountpoint? That's the fuse-specific command to force an unmount, which might clean up the FUSE mount even if the OS's VFS layer doesn't think there's a mountpoint there.−lisper16yI'm running MacFuse. The fusermount command is specific to Linux.−jrockway16yTime to get a real OS, it sounds like.
Comments
Have you tried `fusermount -u` on the mountpoint? That's the fuse-specific command to force an unmount, which might clean up the FUSE mount even if the OS's VFS layer doesn't think there's a mountpoint there.
I'm running MacFuse. The fusermount command is specific to Linux.
Time to get a real OS, it sounds like.