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

Fuse fails to mount a previously mounted filesystem #46

Closed
wnielson opened this issue Jan 19, 2015 · 0 comments
Closed

Fuse fails to mount a previously mounted filesystem #46

wnielson opened this issue Jan 19, 2015 · 0 comments

Comments

@wnielson
Copy link

If I run coffee fs.coffee, kill it, and then rerun it, I get the following error:

2015-1-19T10:34::9 - info: unmounting output: Unmount successful for /Volumes/Google
fuse: bad mount point `/Volumes/Google': No such file or directory
/Users/wnielson/Projects/node-gdrive-fuse/src/fs.coffee:813
          fuse.fuse.mount({
                    ^
Error parsing fuse options: No such file or directory

I believe this is because running diskutil umount force causes the directory to also be removed. The simple solution is just to run mkdir, but it seems like the program should at least try to make the directory before giving up.

wnielson added a commit to wnielson/node-gdrive-fuse that referenced this issue Jan 19, 2015
wnielson added a commit to wnielson/node-gdrive-fuse that referenced this issue Jan 19, 2015
wnielson added a commit to wnielson/node-gdrive-fuse that referenced this issue Jan 19, 2015
wnielson added a commit to wnielson/node-gdrive-fuse that referenced this issue Jan 19, 2015
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