$Id: isoinfo.8,v 1.1 2000/10/10 20:40:28 beck Exp $
-*- nroff -*-
isoinfo [ -R ] [ -f ] [ -l ] [ -T ] [ -N ] [ -i isoimage ] [ -x path ]
isovfy isoimage
isoinfo is a utility to perform directory like listings of iso9660 images.
isovfy is a utility to verify the integrity of an iso9660 image. Most of the tests in isovfy were added after bugs were discovered in early versions of mkisofs. It isn't all that clear how useful this is anymore, but it doesn't hurt to have this around.
-f generate output as if a 'find . -print' command had been run on the iso9660 image. You should not use the -l image with the -f option.
-i iso_image Specifies the path of the iso9660 image that we wish to examine.
-l generate output as if a 'ls -lR' command had been run on the iso9660 image. You should not use the -f image with the -l option.
-N sector Quick hack to help examine single session disc files that are to be written to a multi-session disc. The sector number specified is the sector number at which the iso9660 image should be written when send to the cd-writer. Not used for the first session on the disc.
-R Extract information from Rock Ridge extensions (if present) for permissions, file names and ownerships.
-T sector Quick hack to help examine multi-session images that have already been burned to a multi-session disc. The sector number specified is the sector number for the start of the session we wish to display.
-x pathname Extract specified file to stdout.
The isoinfo program is probably the program that is of the most use to the general user.