Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tucnak opened this issue Dec 15, 2021 · 1 comment
Open

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

tucnak opened this issue Dec 15, 2021 · 1 comment

Comments

@tucnak
Copy link

tucnak commented Dec 15, 2021

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants