Re: [newbie] can't get 2nd cd to mount

2000-04-06 Thread BILL
"Joseph S. Gardner" wrote: > Jon wrote: > > > Todd Wells wrote: > > > > > > My 2nd cdrom is recognized at boot, but unmountable. > > > > > > Following the CD-HOWTO, I did this: > > > #dd if=/dev/cdrom of=/dev/null bs=2048 > > > dd: /dev/cdrom2: Device not configured > > > #mount /mnt/cdrom2 > > >

Re: [newbie] can't get 2nd cd to mount - more info

2000-04-05 Thread Todd Wells
Okay, I did "insmod ide-scsi" followed by "mount -t iso9660 /dev/scd0 /mnt/cdrom2" and it worked perfectly (Yay, thank you!). However, I still get all the errors below during boot. How can I get it to be recognized properly at boot, avoid all the IRQ probe failed errors and have the "insmod ide-

Re: [newbie] can't get 2nd cd to mount - more info

2000-04-04 Thread Stephen F. Bosch
Todd Wells wrote: > Here's some more info I discovered looking at dmesg: > > ide_setup: hdc=ide-scsiis this right? > > hdb: ASUS CD-S400/A, ATAPI CDROM drive > hdc: CREATIVE CD-RW RW4224E, ATAPI CDROM drive Since it looks like your second CD drive is a CD-RW, that *should* be

Re: [newbie] can't get 2nd cd to mount

2000-04-04 Thread Joseph S. Gardner
Jon wrote: > Todd Wells wrote: > > > > My 2nd cdrom is recognized at boot, but unmountable. > > > > Following the CD-HOWTO, I did this: > > #dd if=/dev/cdrom of=/dev/null bs=2048 > > dd: /dev/cdrom2: Device not configured > > #mount /mnt/cdrom2 > > mount: /dev/cdrom2 is not a valid block device >

RE: [newbie] can't get 2nd cd to mount - more info

2000-04-04 Thread Oliver Stieber
[EMAIL PROTECTED]] > Sent: 04 April 2000 05:34 > To: [EMAIL PROTECTED] > Subject: [newbie] can't get 2nd cd to mount - more info > > > Here's some more info I discovered looking at dmesg: > > ide_setup: hdc=ide-scsiis this right? > > hdb:

Re: [newbie] can't get 2nd cd to mount - more info

2000-04-04 Thread Alex V Flinsch
On Tue, 04 Apr 2000, you wrote: > Here's some more info I discovered looking at dmesg: > > ide_setup: hdc=ide-scsiis this right? > yep, it's a burner, and mandrake set it up correctly using scsi emulation. try "insmod ide-scsi" then try accessing the burner as /dev/scd0 I

Re: [newbie] can't get 2nd cd to mount

2000-04-04 Thread Jon
Todd Wells wrote: > > My 2nd cdrom is recognized at boot, but unmountable. > > Following the CD-HOWTO, I did this: > #dd if=/dev/cdrom of=/dev/null bs=2048 > dd: /dev/cdrom2: Device not configured > #mount /mnt/cdrom2 > mount: /dev/cdrom2 is not a valid block device > > The CD-HOWTO says that i

[newbie] can't get 2nd cd to mount - more info

2000-04-04 Thread Todd Wells
Here's some more info I discovered looking at dmesg: ide_setup: hdc=ide-scsiis this right? hdb: ASUS CD-S400/A, ATAPI CDROM drive hdc: CREATIVE CD-RW RW4224E, ATAPI CDROM drive hdc: IRQ probe failed (0) hdd: IRQ probe failed (0) hdd: IRQ probe failed (0) hdc: driver not pres

[newbie] can't get 2nd cd to mount

2000-04-04 Thread Todd Wells
My 2nd cdrom is recognized at boot, but unmountable. Following the CD-HOWTO, I did this: #dd if=/dev/cdrom of=/dev/null bs=2048 dd: /dev/cdrom2: Device not configured #mount /mnt/cdrom2 mount: /dev/cdrom2 is not a valid block device The CD-HOWTO says that if the first command (dd if=) doesn't wo