without format options, very bad result: isoinfo -l -i ubuntu-8.04.1-server-i386.iso | grep -e "nic_restricted_fir" ---------- 0 0 0 764 Jun 27 2008 [ 38927 00] nic_restricted_firmware_2_.;1
with -R (Rock Ridge extensions) (good for linux file system!), it's ok! isoinfo -l -R -i ubuntu-8.04.1-server-i386.iso | grep -e "nic-restricted-firmware-2.6.24-19" -r--r--r-- 10 0 0 764 Jun 27 2008 [ 38927 00] nic-restricted-firmware-2.6.24-19-generic-di_2.6.24.13-19.44_i386.udeb with -J (Joliet extensions), ooops... some char are missing isoinfo -l -J -i ubuntu-8.04.1-server-i386.iso | grep -e "nic-restricted-firmware-2.6.24-19" ---------- 0 0 0 764 Jun 27 2008 [ 38927 00] nic-restricted-firmware-2.6.24-19-generic-di_2.6.24.13-19.44_i38 using -R and -J together give badly Joliet result... to but we can get info from here: isoinfo -d -i ubuntu-8.04.1-server-i386.iso| grep "Rock Ridge" Rock Ridge signatures version 1 found so use -R and if not -R try with that: isoinfo -d -i ubuntu-8.04.1-server-i386.iso| grep "Joliet" Joliet with UCS level 3 found in order to use -J Paul -- bad file names (truncated) in iso images https://bugs.launchpad.net/bugs/257531 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs