iso:get_information_on_an_iso_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
iso:get_information_on_an_iso_file [2017/03/31 13:51] – 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 | ||
- | </ | ||
- | |||
- | |||
- | returns | ||
- | |||
- | < | ||
- | CD-ROM is in ISO 9660 format | ||
- | System id: LINUX | ||
- | Volume id: FC/3 x86_64 | ||
- | Volume set id: | ||
- | Publisher id: | ||
- | Data preparer id: | ||
- | Application id: FC/3 x86_64 | ||
- | Copyright File id: | ||
- | Abstract File id: | ||
- | Bibliographic File id: | ||
- | Volume set size is: 1 | ||
- | Volume set sequence number is: 1 | ||
- | Logical block size is: 2048 | ||
- | Volume size is: 326239 | ||
- | El Torito VD version 1 found, boot catalog is in sector 123 | ||
- | Joliet with UCS level 3 found | ||
- | Rock Ridge signatures version 1 found | ||
- | Eltorito validation header: | ||
- | Hid 1 | ||
- | Arch 0 (x86) | ||
- | ID '' | ||
- | Key 55 AA | ||
- | Eltorito defaultboot header: | ||
- | Bootid 88 (bootable) | ||
- | Boot media 0 (No Emulation Boot) | ||
- | Load segment 0 | ||
- | Sys type 0 | ||
- | Nsect 4 | ||
- | Bootoff 7C 124 | ||
- | </ | ||
- | |||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * Find the check sum of the CD: <code bash> | ||
- | dd if=/ | ||
- | * Create an iso image: <code bash> | ||
- | dd if=/ | ||
- | </ |
iso/get_information_on_an_iso_file.1490968266.txt.gz · Last modified: 2020/07/15 09:30 (external edit)