On Monday 24 April 2006 21:37, houghi wrote: > On Mon, Apr 24, 2006 at 07:17:31PM +0200, Vladimir Nadvornik wrote: > > Midnight Commander can browse iso images and extract files without > > mounting. It uses isoinfo from mkisofs package. > > See /usr/share/mc/extfs/iso9660 > > I am unable to get it to work with mc and also am not sure how I can copy > files from the ISO to somewhere else. It looks somewhat promising if I can > figure it out. > > I get to e.g. isoinfo -f -i SUSE-Linux-10.1-RC2-i386-CD1.iso|less >
You must use -R for Rock Ridge file names. For filelist: isoinfo -f -R -i SUSE-Linux-10.1-RC2-i386-CD1.iso |less Extracting one file: isoinfo -R -i SUSE-Linux-10.1-RC2-i386-CD1.iso -x /boot/i386/README |less It probably can't extract multiple files at once, but it should not be a problem. -- Vladimir Nadvornik developer --------------------------------------------------------------------- SuSE CR, s.r.o. e-mail: [EMAIL PROTECTED] Drahobejlova 27 tel:+420 2 9654 2373 190 00 Praha 9 fax:+420 2 9654 2374 Ceska republika http://www.suse.cz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
