On Tue, 2006-05-16 at 10:18 -0500, Kris Kerwin wrote: > Hi folks, > > Quick question. Is there any way that one can unpack an ISO image: > extracting the data that is contained within it like a tarball, > without having to burn it to a CD? I'm sure there's an option > somewhere within either the mkisofs or cdrecord man pages, but I feel > like I'm searching for a needle in a haystack. > > Thanks in advance. > > Kris
I might have the syntax wrong, since I haven't done this in awhile, but I think it goes like this: mount -o loop someImage.iso someDirectory This will allow you to mount the ISO and browse the files there as if they were actually on a CD (or extraced on your hard drive). The files are read-only while they are inside the ISO image... -- gentoo-user@gentoo.org mailing list