iso:get_information_on_an_iso_file
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
iso:get_information_on_an_iso_file [2017/03/31 13:48] – created peter | iso:get_information_on_an_iso_file [2019/11/29 18:10] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ISO - Get information on an ISO file ====== | ||
- | |||
- | The **isoinfo** utility can be used to gather information in a ISO file or on a CD and verify the integrity of an iso9660 image. | ||
- | |||
- | ^Command Option^Description^ | ||
- | |-h|Help and summary of options.| | ||
- | |-d|Primary volume descriptor (PVD) of iso9660 image.| | ||
- | |-f|Use find output formatting.| | ||
- | |-i / | ||
- | |dev=/ | ||
- | |-p|Output path table information.| | ||
- | |-R|Print permissions, | ||
- | |-J|Print file names (Joliet extensions).| | ||
- | |-T sector|Print info about multi-session images.| | ||
- | |||
- | |||
- | Examples: | ||
- | |||
- | List contents of an iso file: | ||
- | |||
- | <code bash> | ||
- | isoinfo -f -R -i isoFile.iso | ||
- | </ | ||
- | |||
- | |||
- | List info about a CD: | ||
- | |||
- | <code bash> | ||
- | isoinfo -d -i /dev/cdrom | ||
- | </ | ||
iso/get_information_on_an_iso_file.1490968115.txt.gz · Last modified: 2020/07/15 09:30 (external edit)