Devdas Bhagat Wrote:
In kernels 2.4 and below, you need to turn on SCSI emulation (ide-scsi).
Ah! Now, I know, why I shouldn't be using Redhat Linux 9.0 or atleast learn to compile a new kernel. ;)
In 2.6, just pass cdrecord the ATA device.
cdrecord dev=/dev/hdc foo.iso
I'll see if I can try this over Kubuntu, when I install it after some weeks. (or FC5)
Vihan Wrote:
Consequently cdrw tools became the norm for CD writing.
and they use cdrecord internally and emulate IDE-SCSI for ATAPI drives. (Correct me if I am wrong)
Faraz Shahbazker Wrote:
On Debian Sarge this is documented in detail at: /usr/share/doc/cdrecord/README.ATAPI.setup
Hey, thanks for this. I don't know why, but I always forget that there is this directory where most of the packages, that I have installed, have its documentation.
I have got a similar file (README.ATAPI), that has helped me understand more details. Thanks! (to all the three of you!)
-- http://www.linuxreality.com (Podcasts also for LINUX USERS)
__________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/
On 09/10/06 17:44 +0100, Roshan wrote:
Devdas Bhagat Wrote:
In kernels 2.4 and below, you need to turn on SCSI emulation (ide-scsi).
Ah! Now, I know, why I shouldn't be using Redhat Linux 9.0 or atleast learn to compile a new kernel. ;)
modprobe ide-scsi. cdrecord -scanbus cdrecord dev=0,0,0 foo.iso where dev is what scanbus tells you your CDRW is detected as.
Devdas Bhagat
On Monday 09 October 2006 16:44, Roshan wrote:
Ah! Now, I know, why I shouldn't be using Redhat Linux 9.0 or atleast learn to compile a new kernel. ;)
You have a deathwish or what? lol :) Its easier to migrate your system to debian than to recompile the kernel. Seriously speaking, its not that tough to recompile it but it takes a lot of time and effort. Its just not worth it, atleast for end users. But if your requirements is to run RH9 then there are some premade upgrades. You can check them out. But they are unoffical ones so you gotta be careful.