Re: mknod /dev/fuse

2006-09-27 Thread Jon Dowland
At 1159351461 past the epoch, Magnus Therning wrote: > On Wed, Sep 27, 2006 at 10:23:08 +0200, Eric Persson > wrote: > >What can I do to prevent that I need to type sudo mknod > >/dev/fuse -m 0666 c 10 229 upon every boot when I like to > >use for example sshfs? > >

Re: mknod /dev/fuse

2006-09-27 Thread Mumia W..
On 09/27/2006 03:23 AM, Eric Persson wrote: What can I do to prevent that I need to type sudo mknod /dev/fuse -m 0666 c 10 229 upon every boot when I like to use for example sshfs? /eric Create a script that does that, place it into /etc/init.d/ and use update-rc.d to create startup links

Re: mknod /dev/fuse

2006-09-27 Thread Magnus Therning
On Wed, Sep 27, 2006 at 10:23:08 +0200, Eric Persson wrote: >What can I do to prevent that I need to type >sudo mknod /dev/fuse -m 0666 c 10 229 >upon every boot when I like to use for example sshfs? Use udev and stick "fuse" in /etc/modules. That seems to do it for

mknod /dev/fuse

2006-09-27 Thread Eric Persson
What can I do to prevent that I need to type sudo mknod /dev/fuse -m 0666 c 10 229 upon every boot when I like to use for example sshfs? /eric -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]