osxfuse / sshfs

File system based on the SSH File Transfer Protocol
http://fuse.sourceforge.net
GNU General Public License v2.0
1.14k stars 128 forks source link

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 2 years ago

DanielPBak commented 2 years ago
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 commented 1 year ago

Maybe try umount test Followed by rmdir test