isoinfo
时间:2006-08-13 来源:anima
isoinfo
isoinfo [options]
Display information about ISO9660 images. You can use isoinfo to list the contents of an image, extract a file, or generate a find-like file list. The -i option is required to specify the image to examine.
Options
-dPrint information from the primary volume descriptor (PVD) of the ISO9660 image, including information about Rock Ridge and Joliet extensions if they are present.
-fGenerate output similar to the output of a find . -print command. Do not use with -l.
-hPrint help information and exit.
-i isoimageSpecify the path for the ISO9660 image to examine.
-j charsetConvert any Joliet filenames to the specified character set.
-JExtract filename information from any Joliet extensions.
-lGenerate output similar to the output of an ls -lR command. Do not use with -f.
-N sectorTo help examine single-session CD files that are to be written to a multisession CD. Specify the sector number at which the ISO9660 image is to be written when sent to the CD writer.
-pDisplay path table information.
-RExtract permission, filename, and ownership information from any Rock Ridge extensions.
-T sectorTo help examine multisession images that have already been burned to a multisession CD. Use the specified sector number as the start of the session to display.
-x pathExtract the file at the specified path to standard output.