Hi,
This is my first post here. I have a relatively fresh install of RH8 and I'm having hard time with my CD-RW drive.
To cut long story short: If I have hdc=ide-scsi in /etc/grub.conf, GnomeToaster sees the drive as a writer. But If I insert a regular data CD in the drive, the whole system freezes after a while. I believe automount is trying to mount it but it fails for some reason.
If I remove the hdc=ide-scsi from grub.conf, I can use the drive to read my CDs but GnomeToaster can't find any writers on my system.
Is this the deal? I can't have my drive acting as both a reader and writer? Is the scsi emulation buggy or something?
here's my /etc/fstab:
Code:
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda6 swap swap defaults 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hda3 /mnt/w2k ntfs ro,umask=0222 0 0
/dev/hdb5 /mnt/av ntfs ro,umask=0222 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
I'm running 2.4.18-27.8.0smp kernel if that counts...
Thanks.