Hacker News new | ask | show | jobs
by nelhage 5823 days ago
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.
1 comments

I'm running MacFuse. The fusermount command is specific to Linux.
Time to get a real OS, it sounds like.