fuseloop icon indicating copy to clipboard operation
fuseloop copied to clipboard

/etc/fuse.conf: Permission denied

Open probonopd opened this issue 10 years ago • 2 comments
trafficstars

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.

probonopd avatar Nov 18 '15 22:11 probonopd

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

jmattsson avatar Nov 18 '15 23:11 jmattsson

Which I am ;-)

probonopd avatar Nov 19 '15 01:11 probonopd