1

I want to create an image of the 11.10 into a USB or CD. I want to do a partition on my friend's laptop so I require to create the image of the disk or OS on a CD or USB.

How will I do this?

Peachy
  • 7,117
  • 10
  • 38
  • 46

3 Answers3

0

You can use Clonezilla. Clonezilla is the Free and Open Source Software for Disk Imaging and Cloning. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (server edition).1

For more information or to download Clonezilla See here.

1Source:Clonezilla

Mitch
  • 107,631
0

I've succesfully used AcetoneISO for imaging.

Adobe
  • 3,891
0

dd if=/dev/[Hard Disk] of=/dev/[usb drive]

I have always used this, but it will create copy image of your system.

Other Links

Eliah Kagan
  • 117,780