Way to copy a CD-Rom on Hardy through Jaunty
Chris Mohler
cr33dog at gmail.com
Thu Jun 25 23:08:10 UTC 2009
On Thu, Jun 25, 2009 at 12:02 PM, Karl Larsen<klarsen1 at gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I have a full CD-Rom I wish to copy bit by bit to a blank CD-Rom. I
> have just one CD drawer so need to write to the hard drive and then to a
> blank CD. Nothing works!!
>
> What can I apt-get that will work???
see man dd
You can do something like:
dd if=/dev/your_cd_drive of=/home/karl/name_of_cd.iso
Then you can burn the .iso to disc using whatever method you prefer.
Chris
More information about the ubuntu-users
mailing list