The problem is that the mounting doesn't work:
Code: Select all
snayle@snayle ~ % sudo mount.wikipediafs ~/wfs/
python: fuse_opt.c:67: fuse_opt_insert_arg: Assertion `pos <= args->argc' failed.The README is futher explaining:
Unfortunately I don't know how to actually create that group so if anyone like to instruct me here would be nice lolTo run mount.wikipediafs without root privileges, you have to set the right
permissions, for /usr/bin/fusermount and /dev/fuse. For example,
# adduser your_username fuse
# chmod 4750 /usr/bin/fusermount
# chgrp fuse /dev/fuse /usr/bin/fusermount
Code: Select all
1 snayle@snayle ~ % l /dev/fuse /usr/bin/fusermount :(
crw-rw-rw- 1 root root 10, 229 2006-08-16 21:33 /dev/fuse
-rwxr-xr-x 1 root wheel 19K 2006-08-03 16:36 /usr/bin/fusermount*
