On Thu, Feb 21, 2008 at 21:46:59 -0800, Amit Uttamchandani wrote: > On Wed, 20 Feb 2008 21:42:18 +0100 Vincent Lefevre wrote: > > > On 2008-02-19 01:02:39 -0800, Amit Uttamchandani wrote: > > > I recently installed sshfs on this etch system using aptitude > > > install sshfs. I am having the same problem you listed above. > > > However, I can't seem to find /dev/fuse. > > > > > > [EMAIL PROTECTED]:~$ ls -l /dev/fuse > > > ls: /dev/fuse: No such file or directory > > > > > > Even a sudo modprobe fuse doesn't result in anything. > > > > I think that udev created it. Do you have this package? > > > > Yes I do have udev installed.
Do you have "fuse-utils" installed? /dev/fuse is meant to be created with ownership root:fuse, so the fuse group has to exist on your system. If I remember correctly, this group is created by the post-installation script of fuse-utils. You can check if your system has the fuse group: $ grep fuse /etc/group fuse:x:115: -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]