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

sshfs command on a new directory fails because the directory "is itself on a macFUSE volume", and then the new directory cannot be deleted. #71

Open
DanielPBak opened this issue Nov 10, 2021 · 1 comment

Comments

@DanielPBak
Copy link

dpbak@88665a377313 ~ % mkdir test
dpbak@88665a377313 ~ % sshfs clouddesk:~/ test
mount_macfuse: mount point /Users/dpbak/test is itself on a macFUSE volume
dpbak@88665a377313 ~ % rmdir test
rmdir: test: Resource busy

I don't understand what I am doing wrong here. I have a bunch of now-undeletable directories which I have tried to mount. Any advice?

@fjs21
Copy link

fjs21 commented Sep 15, 2022

Maybe try
umount test
Followed by
rmdir test

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