Re: mounting cd and cdrw

2000-09-03 Thread Duane Clark
On Sun, 3 Sep 2000, Spunk S. Spunk III wrote: > Okay, > so my dmesg does report that it's seeing my Yamaha CD-RW as sr0 but it also sees it >as hdc. > Is this the conflict? and if so how do I fix it? (I did turn off IDE ATAPI support >in the > kernel). Either way, when I do a mount -t > iso9660

Re: mounting cd and cdrw

2000-09-03 Thread Mikkel L. Ellertson
On Sun, 3 Sep 2000, Spunk S. Spunk III wrote: > Okay, > so my dmesg does report that it's seeing my Yamaha CD-RW as sr0 but it also sees it >as hdc. Is this the conflict? and if so how do I fix it? (I did turn off IDE ATAPI >support in the kernel). Either way, when I do a mount -t > iso9660 /d

Re: mounting cd and cdrw

2000-09-03 Thread Spunk S. Spunk III
Okay, so my dmesg does report that it's seeing my Yamaha CD-RW as sr0 but it also sees it as hdc. Is this the conflict? and if so how do I fix it? (I did turn off IDE ATAPI support in the kernel). Either way, when I do a mount -t iso9660 /dev/sr0 /mnt/yamaha, I'm getting the "Wrong fs type..."

Re: mounting cd and cdrw

2000-09-03 Thread Stephen Liu
Hi Spunk, Have you re-edited the link of your desktop icon Stephen - Original Message - From: "Spunk S. Spunk III" <[EMAIL PROTECTED]> To: "Redhat List" <[EMAIL PROTECTED]> Sent: Saturday, September 02, 2000 9:37 PM Subject: mounting cd and cdrw

Re: mounting cd and cdrw

2000-09-03 Thread redhat.angus
the simple append="hdd=ide-scsi" does not solve the problem for my acer cd-writer when i modprobe ide-scsi hdd it's ok try the device parameter when insmod the ide-scsi it's worked like this for me ___ Redhat-list mailing list [EMAIL PROTECTED] http

Re: mounting cd and cdrw

2000-09-03 Thread lee johnson
> > > Take a look at /var/log/dmesg. There should be some lines that look > like: > scsi : 1 host. > Vendor: PLEXTOR Model: CD-R PX-W8432T Rev: 1.05 > Type: CD-ROM ANSI SCSI revision: 02 > Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 >

Re: mounting cd and cdrw

2000-09-02 Thread Duane Clark
Spunk wrote: > I just installed a yamaha cdrw which in order to get working, I had to > turn off CDROM IDE services in my kernel and use SCSI emulation instead. > Well after a lot of work, I got the cdrw working but now I find I can't > mount any CDs at all. I changed my /etc/fstab cdrom entry fro

mounting cd and cdrw

2000-09-02 Thread Spunk S. Spunk III
I just installed a yamaha cdrw which in order to get working, I had to turn off CDROM IDE services in my kernel and use SCSI emulation instead. Well after a lot of work, I got the cdrw working but now I find I can't mount any CDs at all. I changed my /etc/fstab cdrom entry from hdb to scd1 and add