Isoinfo software lists information about an iso9660 image.
The usage is: isoinfo [options] [file].
Isoinfo is one of some simple iso9660 utilities (named iso*). The file iso9660.h is taken from Eric Youngdale's mkisofs package.
There's a program isoinfo.c shipped with xcdroast which is actually the
program isodump.c by Eric Youngdale. Both have nothing to do with my
isotools, neither with my isoinfo.c nor with my isodump.c.
Youngdale's program lists/extracts the __contents__ of an iso9660 image/cd which can be done with ls/cp (after mounting) today.
Installation:
First, run
./configure
and then
make
for compilation only and/or
make install
for compilation and installation (the last requires beeing root) of the binary
and the manual page. Edit the Makefile entries (for instance INSTALLDIR_???) if neccessary.
What's New in This Release:
· add: large file support (dvds)
Product's homepage