Rodolfo wrote:
> How do I copy the file `/home/rodolfo/myfile' onto CD
> using cdrecord?
Thanks to Miark, Mikkel and Eric for their replies.
It seems to work, now.
We have two different procedures, one for Mdk 9.1 and one
for Mdk 10.1 Community:
%%%%%%%%%%%%%%%%%%%% Mdk 9.1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I did `# cdrecord -scanbus' and got the following output:
----------------------------------------------------------------------
Cdrecord 2.0 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 J�rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'HL-DT-ST' 'CD-RW GCE-8160B ' '2.01' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
---------------------------------------------------------------------
. Then I put an empty CD-RW into the cdrom2 drive and did:
# mkisofs -r -o cd_image myfile
# cdrecord -v speed=2 dev=0,0,0 -data cd_image
, and the CD was burned. After this, I blanked the CD-RW:
# cdrecord -v speed=2 dev=0,0,0 -blank=fast
%%%%%%%%%%%%%%%%%% Mdk 10.1 Community %%%%%%%%%%%%%%%%%%%%%%%%%%
I put an empty CD-RW into the cdrom2 drive and did:
# mkisofs -r -o cd_image myfile
# cdrecord -v speed=2 dev=/dev/hdd -data cd_image
, and the CD was burned. After this, I blanked the CD-RW:
# cdrecord -v speed=2 dev=/dev/hdd -blank=fast
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Installation of cdrecord:
From ftp://ftp.berlios.de/pub/cdrecord/ I downloaded the file
cdrtools-2.00.tar.gz and copied into ~/tmp. From there I did:
$ gzip -d < cdrtools-2.00.tar.gz | tar -xpf -
$ cd cdrtools-2.0
$ make
# make install
. Then I did
# echo $PATH
, and the output was:
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
. Then I did:
# cd /usr/local/bin
# ln -s /opt/schily/bin/cdrecord cdrecord
. Now I could launch cdrecord.
Cheers,
Rodolfo
____________________________________________________________
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it
____________________________________________________
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________