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 connected

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

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_setup: hdb=ide-scsi

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 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

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 cd-writer

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 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 and loads the module ide-scsi,

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/

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|

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 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 every thing

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 able

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: /dev/cdrom problem...

2001-12-23 Thread JP Glutting
Thanks Daniel, I am using the standard (unmodified) 2.2.19-12 kernel from the Debian distribution. The devfsd package is not installed. I checked out the website, but I am not sure if this would solve my problem. I am not mounting this manually, or I would do it the way I want it. I will

Re: /dev/cdrom problem...

2001-12-23 Thread JP Glutting
To reply to my own post - I think the problem is in /etc/init.d/iscover: # Link /dev/cdromX to all detected CD drives, and create mount points: CDNUM=1 for CDROM in `discover --device cdrom` do if [ ! -e $CDROM ] then echo -n discover reports that $CDROM is the CD-ROM device,

/dev/cdrom problem...

2001-12-22 Thread JP Glutting
Hi All, I have a problem with my device configuration. I have a CD player and a CD writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is, correctly a link to /dev/cdrom1). I can change the links,

Re: /dev/cdrom problem...

2001-12-22 Thread Daniel Freedman
On Sun, Dec 23, 2001, JP Glutting wrote: Hi All, I have a problem with my device configuration. I have a CD player and a CD writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is, correctly

Re: /dev/cdrom problem

1998-11-13 Thread James Dietrich
On Thu, Nov 12, 1998 at 11:39:26PM +, Vincent Murphy wrote: i can't use xplaycd or any other cd playing program as a normal user. the message i get from xplaycd is that permission is denied to use /dev/cdrom. i can make the program work using sudo though. any way i can fix this? See if

RE: /dev/cdrom problem

1998-11-13 Thread Shaleh
Please include the program's output and the result of: ls -al on the /dev device that /dev/cdrom is linked to. On 12-Nov-98 Vincent Murphy wrote: i can't use xplaycd or any other cd playing program as a normal user. the message i get from xplaycd is that permission is denied to use /dev/cdrom.

/dev/cdrom problem

1998-11-12 Thread Vincent Murphy
i can't use xplaycd or any other cd playing program as a normal user. the message i get from xplaycd is that permission is denied to use /dev/cdrom. i can make the program work using sudo though. any way i can fix this? i will supply diagnostics if someone shows me how to get them. regards, vinny