SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
365 stars 87 forks source link

Fixes #73 by removing mount point check #74

Closed overheadhunter closed 5 years ago

overheadhunter commented 5 years ago

Partial undo of 6cbdc4d: Don't exist whether a mount point is an existing directory. This has already been removed for Windows in 4b97249. Rationale is discussed in issue #73.

SerCeMan commented 5 years ago

Hey, @overheadhunter! Do you need this to be released as a new version?

overheadhunter commented 5 years ago

Hey, @overheadhunter! Do you need this to be released as a new version?

Yes, please! 🙂

SerCeMan commented 5 years ago

Hey, @overheadhunter!

I released 0.5.3.

overheadhunter commented 5 years ago

Mounting to non-existing /Volumes/test works like a charm on macOS. 🙌