Tuesday, September 14, 2004

cdrecord in Fedora Core 2

The command (for my system) is:
/usr/bin/cdrecord -v gracetime=2 dev=/dev/hdc speed=32 -dao driveropts=burnfree -eject -data <filename>

Previously the device was got by cdrecord -scanbus,but there were problems when given device from scanbus -dev=ATAPI 1,0,0 ( or do I not remember)

Anyway K3B helped and is helping a long way.!

1 comment:

Senthil Kumaran said...

I too tried different values for -dev, making futile attempts all the times and failing to understand the exact changes from the previous version. But k3b came handy and could recognize the value to be used with -dev (as it turned out /dev/hdc)
The command I have noted is working well.
Based upon your -scanbus results, selecting the corresponding device ( for eg. for me 1,0,0 turned out /dev/hdc) would help solve the issue I believe.
I shall shell more comments,when I get further information.