Comment 1 for bug 94799

Revision history for this message
Oebele drijfhout (oebele.drijfhout) wrote :

I can confirm this on feisty, I could work around this problem by issueing:

[code] sudo chmod +x /usr/bin/fusermount [/code]
and
[code] sudo chmod o+rw /dev/fuse [/code]

My colleague (who advised me this solution in the first place) said adding the user with which you want to mount the partition to the group fuse in theory should also work and this would be the more elegant solution. I haven't tested this yet, but I will do so tonight.