LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux command line utility to read info from an iso? (https://www.linuxquestions.org/questions/linux-general-1/linux-command-line-utility-to-read-info-from-an-iso-844649/)

sysan 11-16-2010 12:13 PM

Linux command line utility to read info from an iso?
 
I am new to this forum so please go easy on me :D
I am trying to find a linux cmd line utility that will read info from an iso file. The problem I have is that the file is always corrupt so I cannot mount it because I only have around 100k of it but all I need is to extract the headers of what the iso contains.

Anyone got any ideas on how I can achieve this I have searched the internet with no look at all.

colucix 11-16-2010 12:27 PM

Code:

iso-info -i file.iso
on my system it is provided by the libcdio package. Try iso-info --help for available options. It comes with its companion iso-read to extract files from the iso image. Hope this helps.


All times are GMT -5. The time now is 04:39 PM.