Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-04 Thread Necati DEMiR
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Andrea Vettorello
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Necati DEMiR
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Andrea Vettorello
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Necati DEMiR
# 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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Alan Chandler
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Wim De Smet
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Necati DEMiR
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Paul E Condon
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 >

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Wayne Topa
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Hanspeter Kunz
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Necati DEMiR
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

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Ollie Acheson
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| |-

mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Necati DEMiR
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/