Debian lenny & fuse
fuse: device not found, try 'modprobe fuse' first
"modprobe fuse" gives:
FATAL: module fuse not found
I am running a debian lenny image "Latest 2.6 Stable (2.6.18.8-linode22)" and was under the impression that, from articles I read in the forum, that the kernel had the fuse module installed. Am I missing something? Can somebody give me advice on how to make this working?
Many thanks.
5 Replies
# mknod /dev/fusectl c 10 229
# chmod 660 /dev/fusectl
# fusecompress some_directory
fuse: device not found, try 'modprobe fuse' first
fuse-utils is installed. How do I make fuse work?