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?
>
> Use udev and stick "fuse" in /e
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 t
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 me
at least :-)
/M
--
Magnu
Andrea Vettorello wrote:
On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
Andrea Vettorello wrote:
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
[...]
it is a cd-writer. i think debian knows a cd-writer is connecte
On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> Andrea Vettorello wrote:
>
> >On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >[...]
> >
> >
> >
> >>>
> >>>
> >>it is a cd-writer. i think debian knows a cd-writer is connected
Andrea Vettorello wrote:
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
[...]
it is a cd-writer. i think debian knows a cd-writer is connected and
loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under
/dev/ directory.
it is not problem for
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> >
[...]
> >
> >
> it is a cd-writer. i think debian knows a cd-writer is connected and
> loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under
> /dev/ directory.
>
> it is not problem for me to use my
# dmesg|grep hdb
ide_setup: hdb=ide-scsi
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive
# ls /dev/
MAKEDEVinitctl ram14tty10 tty3 tty49 ttyS1 ttyS29 ttyS48
adsp inputram15tty11 tty30 tty5 ttyS10
On Monday 03 January 2005 10:17, Necati DEMiR wrote:
>
> # dmesg|grep hdb
> ide_setup: hdb=ide-scsi
> ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
> hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive
It looks to me as though you are using udev (or devfs). When you use
ide-scsi
On Mon, 03 Jan 2005 12:17:10 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
>
> >Try giving the file system type in your mount command:
> >mount -t iso9660 /dev/hdb /mnt/cdrom
> >
> >
> it didin't work.
>
> i am telling from stracth;
> i rebooted the machine;
> then
>
> # dmesg|grep hdb
> ide_se
Try giving the file system type in your mount command:
mount -t iso9660 /dev/hdb /mnt/cdrom
it didin't work.
i am telling from stracth;
i rebooted the machine;
then
# dmesg|grep hdb
ide_setup: hdb=ide-scsi
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hdb: HL-DT-ST GCE-8400B
On Sun, Jan 02, 2005 at 11:39:04PM +0200, Necati DEMiR wrote:
> Hi,
> i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
> /dev directory, and i decided to create them by using mknod.
> and i did the followings;
>
> #mknod -m 0660 /dev/hdb b 3 64
> #ln -s /dev/hdb /dev/cdrom
>
Ollie Acheson([EMAIL PROTECTED]) is reported to have said:
> On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote:
>
>
>
> Can't read your message -- it's in html. Turn that off and send plain text
> so we can all read it.
>
Ollie
Add this to your .mutt_mailcap and you will be
On Sun, 2005-01-02 at 23:39 +0200, Necati DEMiR wrote:
> Hi,
> i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
> /dev directory, and i decided to create them by using mknod.
> and i did the followings;
>
> #mknod -m 0660 /dev/hdb b 3 64
> #ln -s /dev/hdb /dev/cdrom
>
> eve
Hi,
i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
/dev directory, and i decided to create them by using mknod.
and i did the followings;
#mknod -m 0660 /dev/hdb b 3 64
#ln -s /dev/hdb /dev/cdrom
every thing is ok up to now.
then i tried;
#mount /dev/cdrom /mnt/cdrom/
but
On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote:
Can't read your message -- it's in html. Turn that off and send plain text
so we can all read it.
Ollie
--
|---|
| Ollie Acheson |
| Morristown, NJ|
|-
On Sat, Aug 19, 2000 at 02:17:31PM +0200, Mark Walter wrote:
> Hi,
>
> it's about a missing /dev file. I can't mount a partition.
> The reason is a ^missing /dev/hdex. I think mknod would a
> good idea but I'am not for sure about the major and minor
> number which is required.
$ man MAK
17 matches
Mail list logo