Re: cdrecord (RH9) and ide cd-rw's...
From: Bill Unruh (unruh_at_string.physics.ubc.ca)
Date: 09/09/03
- Next message: Brett Tesdall: "PHP recompiling"
- Previous message: Kees_Lover: "cdrecord (RH9) and ide cd-rw's..."
- In reply to: Kees_Lover: "cdrecord (RH9) and ide cd-rw's..."
- Next in thread: Kees_Lover: "Re: cdrecord (RH9) and ide cd-rw's..."
- Reply: Kees_Lover: "Re: cdrecord (RH9) and ide cd-rw's..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Sep 2003 06:15:18 +0000 (UTC)
"Kees_Lover" <kees_lover@hotmail.com> writes:
]I am having a problem with the cdrecord app not detecting my cd-rw or cd-r
]drives...they are both ide....is there a solution, preferably a simple
]one.....
Well, read the manual.
Anyway, cdrecord cannot read ide drives only scsi. fortunately linux has
a way of making an ide drive look like a scsi drive
Put the phrase
hdc=ide-scsi
into /etc/lilo.conf on the append= "....." line.
Then run
lilo
and reboot.
This will make the ide drive (I assume your cdrw is on /dev/hdc) look
like a scsi drive (probably /dev/scd0)
Run cdrecord -scanbus
to see the drive.
- Next message: Brett Tesdall: "PHP recompiling"
- Previous message: Kees_Lover: "cdrecord (RH9) and ide cd-rw's..."
- In reply to: Kees_Lover: "cdrecord (RH9) and ide cd-rw's..."
- Next in thread: Kees_Lover: "Re: cdrecord (RH9) and ide cd-rw's..."
- Reply: Kees_Lover: "Re: cdrecord (RH9) and ide cd-rw's..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|