Skip to content
Blog Find details about your ISO images from the Linux command line

Find details about your ISO images from the Linux command line

If you want to find the details of an iso image before burning or using it, you can get that by just typing this at terminal:

isoinfo -d -i filename.iso


You’ll be show the details of the iso file, such as volume size, whether the image file is a bootable one, and many other valuable informations.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.