On 07Jan2008 20:33, Edgar van Dijk <[EMAIL PROTECTED]> wrote: | End December I've posted a question about the fuse module in debian | etch. (see mail below). Has any one an idea how to permanently load | this module? [...] | When I run the command curlftpfs it will give an error: | failed to open /dev/fuse: No such file or directory | When I type modprobe fuse and then run the command it works. | | I've tried also to create de node manually in /dev with | mknod /dev/fuse -m 0660 c 10 229 | chown root.fuse /dev/fuse | | after this it also works, but when I reboot the node is gone again. | lsmod does not show them after reboot.
You could put the necessary commands in /etc/rc.local (if Debian supports that script; if not it should have something equivalent - a file run at boot for custom initialisation stuff). -- Cameron Simpson <[EMAIL PROTECTED]> DoD#743 http://www.cskk.ezoshosting.com/cs/ Newtons 4th law: For every action there is an equal and opposite beaureaucratic policy. - Adrian Tritschler, [EMAIL PROTECTED] To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/LINUX_Newbies/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
