harababurel / gcsf

a FUSE file system based on Google Drive
MIT License
2.36k stars 88 forks source link

macOS: Failed to mount /mntpoint: Resource busy (os error 16) #84

Open tucnak opened 2 years ago

tucnak commented 2 years ago

Hello,

I've just installed gcsf on macOS and unfortunately it wouldn't mount.

$ gcsf mount gd -s session
 ERROR fuse::session > Failed to unmount /Users/badt/gd: Resource busy (os error 16)
$ sudo diskutil umount force gd
Unmount successful for gd

—is the procedure I have to go through to free up /Users/badt/gd after ^C out of gcsf.

This is definitely not an osxfuse issue, because sshfs works just fine here.

harababurel commented 1 year ago

ERROR fuse::session > Failed to unmount /Users/badt/gd: Resource busy (os error 16)

Are there other files in that path? Does it show up as a mountpoint when running $ mount? Maybe something was unmounted uncleanly and prevented gcsf from mounting there afterwards.