Loopy on CDs

| No Comments | No TrackBacks

Have an .iso file and want to see what it looks like before you burn it to a DVD or CD? Simple - use mount's "-o loop" option:

$ mkdir myiso
$ sudo mount -o loop gparted-livecd-0.3.4-6.iso myiso
$ cd myiso
$ ls -F
boot/  gparted.dat*  syslinux/
$ cd ..
$ umount myiso

Now that is pretty cool! Most Linux distributions are delivered on .iso files, which are snapshots of complete CDs (or, increasingly these days, DVDs). Using software like cdrecord or k3b, you can burn the ISO to a CD. Remember - don't copy it to the CD, but rather use the option to burn the ISO as a CD. In k3b, you use the Tools->Burn CD Image... or Burn DVD ISO Image... menu selections. You can't modify anything, as it is mounted read-only, but there are ways to modify an ISO file. See this Ultimate Boot CD page for some ways to do it.

No TrackBacks

TrackBack URL: http://linux.amazingdev.com/cgi-bin/mt/mt-tb.cgi/404

Leave a comment

About this Entry

This page contains a single entry by Jonathan published on May 4, 2007 6:22 AM.

Pick a Distro, any Distro was the previous entry in this blog.

Tab-way to Heaven is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.