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

Attempting to mount an already mounted osxfuse mount doesn't throw an exception #5

Open
btiernay opened this issue Oct 7, 2015 · 0 comments
Labels

Comments

@btiernay
Copy link
Contributor

btiernay commented Oct 7, 2015

Trying to mount an already mounted file system does not trigger an exception. It seems to be swallowed and the following output is produced:

mount_osxfusefs: mount point /private/tmp/mount is itself on a OSXFUSE volume    

I would have expected this to fail because the resulting file system is unusable:

ls /tmp/mount
ls: cannot open directory /tmp/mount: Device not configured
@pron pron added the bug label Oct 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants