how to create an iso file in ubuntu

Quick and easy way to create an iso file from any cd/dvd under linux:

> sudo umount /dev/cdrom
> dd if=/dev/cdrom of=filename-goes-here.iso bs=1024

Comments

Funny, I used the very same

Funny, I used the very same method to copy a dvd for a friend last night in OS X. Via Disk Utility (or dd in the terminal), make an ISO file of the dvd you want to copy, then burn the image to a blank disc. Easy.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options