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

/etc/fuse.conf: Permission denied #3

Open
probonopd opened this issue Nov 18, 2015 · 2 comments
Open

/etc/fuse.conf: Permission denied #3

probonopd opened this issue Nov 18, 2015 · 2 comments

Comments

@probonopd
Copy link

The whole point of using this is so that one does not need to be root.
However, I get these errors on Ubuntu 14.04.1 LTS:

me@host:~/fuseloop$ mkdir mnt
me@host:~/fuseloop$ ./fuseloop 'some.squashfs' mnt
debug: looked up file size: 362463232
fusermount: failed to open /etc/fuse.conf: Permission denied
me@host:~/fuseloop$ ls mnt
ls: cannot access mnt: Input/output error
me@host:~/fuseloop$ umount mnt
umount: mnt is not mounted (according to mtab)
me@host:~/fuseloop$ 

https://github.com/vasi/squashfuse did the trick for me.

@jmattsson
Copy link
Owner

On Ubuntu you typically need to be a member of the fuse group to be able to use FUSE utilities.

@probonopd
Copy link
Author

Which I am ;-)

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