个人工具

UbuntuHelp:CreateIsoFromCDorDVD

来自Ubuntu中文

Wikibot讨论 | 贡献2007年11月22日 (四) 12:17的版本

跳转至: 导航, 搜索


Introduction

This page details how to create an IsoImage (a .iso file) from a CD or DVD.

Why would I want to do this?

Iso images are useful because they are always available quickly. Two common uses of iso images are:

  • Creating images of discs that you copy frequently. This means that you can make copies in the future without the source disc - see BurningIsoHowto.
  • Creating images of discs you use frequently so that you do not have to have the disc in the drive to access them - see MountIso.

Creating an iso image from a non-music CD or DVD

GUI

  • Insert the CD or DVD
  • Wait for the File Browser to pop-up with the files on the disc
  • Click the "Computer" icon in the toolbar above the files (between "Home" and "Search")
  • Right-click the icon of the CD
  • Select "Copy Disc..."
  • Alongside "Copy disc to:", change the drop-down to read "File image"
  • Click "Write"
  • Choose where you want to save the file
  • Click OK

The icon of the CD can also be found on the Desktop after the disc has been inserted. This icon can also be used for steps 4 - 9.

Command line

dd if=/dev/cdrom of=file.iso (assuming /dev/cdrom is where the CD is mounted, and file.iso is the name you want to give the ISO, in the current directory)

Creating an iso image from a music CD or DVD

  • Insert the CD or DVD
  • Wait for Sound Juicer to pop-up with the songs on the disc
  • Close Sound Juicer
  • Click "Places" > "Computer" (the menu at the top of your screen)
  • Right-click the icon of the CD
  • Select "Copy Disc..."
  • Alongside "Copy disc to:", change the drop-down to read "File image"
  • Click "Write"
  • Choose where you want to save the file
  • Click OK

The icon of the CD can also be found on the Desktop after the disc has been inserted. This icon can also be used for steps 5 - 10.