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

Fails when using the "user" mount option #136

Open
tsbarnes opened this issue Jul 12, 2015 · 0 comments · May be fixed by #192
Open

Fails when using the "user" mount option #136

tsbarnes opened this issue Jul 12, 2015 · 0 comments · May be fixed by #192

Comments

@tsbarnes
Copy link

The "user" option in /etc/fstab makes it so the owner of the mount directory can mount and unmount it, but the GDriveFS code errors if I use it:

fuse: unknown option 'user'

If I hack the mount function in gdfuse.py to ignore that option, it works fine (since "user" is only used by the "mount" command). Technically this is more a bug with FUSE or mount, but I figured I'd report the workaround I found for it.

@cwt cwt linked a pull request Feb 7, 2018 that will close this 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

Successfully merging a pull request may close this issue.

1 participant