[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Burning CD's
dd if=/dev/sr1 of=blah.iso
(create an image of the cd (/dev/sr1) you wish to copy)
root@medieval /root]# cdrecord -scanbus
Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) 'HP ' 'CD-Writer+ 9100 ' '1.0c' Removable CD-ROM
0,1,0 1) 'E-IDE ' 'CD-ROM 50X ' '30 ' Removable CD-ROM
0,2,0 2) *
[snip]
(as you can see my cdr is on 0,0,0)
cdrecord speed=8 dev=0,0,0 -eject blah.iso
(this burns the ISO9660 image blah.iso to the cd at 8X write and ejects
it when finished)
cdrecord -v speed=8 dev=0,0,0 -eject blah.iso
(this gives more information during the burning, but is more resource
intensive)
There are obviously other ways of doing so, but this is probably a good
start.
-----------------------------------------------------
Richard H. Fifarek rfifarek@silug.org
-----------------------------------------------------
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- References:
- Burning CD's
- From: "Brune, Charlie" <Charlie.Brune@anheuser-busch.com>