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: failed to exec fusermount: No such file or directory #411

Closed
beijiaoff opened this issue Mar 9, 2018 · 3 comments
Closed

fuse: failed to exec fusermount: No such file or directory #411

beijiaoff opened this issue Mar 9, 2018 · 3 comments

Comments

@beijiaoff
Copy link

It's a google VM running debian. The google-drive-ocamlfuse was installed and the token was retrieved correctly.
But this is a trouble in mounting. I am sure the /data directory exist.

$ google-drive-ocamlfuse /data
fuse: failed to exec fusermount: No such file or directory

Actually, if there is some files in data folder, there will be another error information.
"fuse: mountpoint is not empty"

Please help me.

@astrada
Copy link
Owner

astrada commented Mar 11, 2018

If fusermount is not installed, try to install fuse-utils.

Actually, if there is some files in data folder, there will be another error information.
"fuse: mountpoint is not empty"

If you want to force mount even if your mountpoint is not empty you can use -o nonempty. Although your files in that directory will not be available until you unmount your google drive.

@Cieper
Copy link

Cieper commented May 29, 2018

On Debian, an apt-get install fuse fixed this issue for me.

@JonasUliana
Copy link

worked well with fuse dependency (in Debian), maybe this can be considered a closed issue?

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

4 participants