View Single Post
Posts: 227 | Thanked: 53 times | Joined on Feb 2008 @ Lyon, France
#41
Files from the fuse package have incorrect owner/group ids:
Code:
-rwxr-xr-x 1 1000 1000   392 2008-03-12 15:03:03 /etc/init.d/fuse*
-rwxr-xr-x 1 1000 1000  6160 2008-03-11 19:59:56 /sbin/mount.fuse*
-rwxr-xr-x 1 1000 1000 18972 2008-03-11 19:59:17 /usr/bin/fusermount*
-rw-rw-r-- 1 1000 1000 49116 2008-03-11 20:01:54 /usr/lib/fuse/fuse.ko
-rwxr-xr-x 1 1000 1000 99972 2008-03-11 20:00:33 /usr/lib/libfuse.so.2.7.3*
and the permissions of /dev/fuse are probably incorrect:
Code:
crw-rw---- 1 root root 10, 229 2008-04-26 03:44:38 /dev/fuse
I get the error message:
fuse: failed to open /dev/fuse: Permission denied
and if I set the permissions to 666, I get:
fusermount: mount failed: Operation not permitted