id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking branch_state votes 2006 Display additional info while viewing (F3) *.iso files Unknown slavazanko "Viewing (F3) for e.g. knoppix.iso delivers this output: {{{ Directory listing of / d--------- 0 0 0 2048 Jan 10 2009 [ 29 02] . d--------- 0 0 0 2048 Jan 10 2009 [ 29 02] .. d--------- 0 0 0 2048 Jun 29 2008 [ 30 02] BOOT d--------- 0 0 0 2048 Jan 27 2009 [ 32 02] KNOPPIX Directory listing of /BOOT/ d--------- 0 0 0 2048 Jun 29 2008 [ 30 02] . d--------- 0 0 0 2048 Jan 10 2009 [ 29 02] .. d--------- 0 0 0 2048 Jan 27 2009 [ 31 02] ISOLINUX ... }}} After applying this patch: {{{ --- mc.ext.org 2010-02-05 02:38:40.000000000 +0100 +++ mc.ext 2010-02-05 19:08:55.000000000 +0100 @@ -241,7 +241,7 @@ # ISO9660 regex/\.iso$ Open=%cd %p#iso9660 - View=%view{ascii} isoinfo -l -i %f + View=%view{ascii} isoinfo -d -i %f && isoinfo -l -i %f # 7zip archives (they are not man pages) regex/\.(7z|7Z)$ }}} And restarting mc. Viewing (F3) for e.g. knoppix.iso delivers this output: {{{ CD-ROM is in ISO 9660 format System id: LINUX Volume id: KNOPPIX Volume set id: Publisher id: Data preparer id: Application id: KNOPPIX Copyright File id: Abstract File id: Bibliographic File id: Volume set size is: 1 Volume set sequence number is: 1 Logical block size is: 2048 Volume size is: 332259 El Torito VD version 1 found, boot catalog is in sector 40 Joliet with UCS level 3 found Rock Ridge signatures version 1 found Eltorito validation header: Hid 1 Arch 0 (x86) ID '' Key 55 AA Eltorito defaultboot header: Bootid 88 (bootable) Boot media 0 (No Emulation Boot) Load segment 0 Sys type 0 Nsect 4 Bootoff 29 41 Directory listing of / d--------- 0 0 0 2048 Jan 10 2009 [ 29 02] . d--------- 0 0 0 2048 Jan 10 2009 [ 29 02] .. d--------- 0 0 0 2048 Jun 29 2008 [ 30 02] BOOT d--------- 0 0 0 2048 Jan 27 2009 [ 32 02] KNOPPIX Directory listing of /BOOT/ d--------- 0 0 0 2048 Jun 29 2008 [ 30 02] . d--------- 0 0 0 2048 Jan 10 2009 [ 29 02] .. d--------- 0 0 0 2048 Jan 27 2009 [ 31 02] ISOLINUX ... }}} " enhancement closed major 4.8.9 mc-core master fixed iso9660 merged committed-master