The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Help with viewing contents of .iso files

    Discussion in 'Linux Compatibility and Software' started by Qing Dao, Sep 20, 2011.

  1. Qing Dao

    Qing Dao Notebook Deity

    Reputations:
    1,600
    Messages:
    1,771
    Likes Received:
    304
    Trophy Points:
    101
    I'm trying to access the files on a Windows 7 .iso. I downloaded it straight from microsoft and the checksum is good. However, when I mount or extract it, all I see is a small readme file and the total size of the folder or mounted image is like 30Kb. I don't have an optical drive so I can't just burn the iso and read the files from the disk. I'm not sure how to proceed. Thanks.
     
  2. JOSEA

    JOSEA NONE

    Reputations:
    4,013
    Messages:
    3,521
    Likes Received:
    170
    Trophy Points:
    131
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Did you mean to post in the linux section? This is how to mount an iso:

    Code:
    sudo mount -o loop /path/to/file.iso /media/cdrom
    There is also a graphical util called furiusisomount that works pretty well.
     
  4. Qing Dao

    Qing Dao Notebook Deity

    Reputations:
    1,600
    Messages:
    1,771
    Likes Received:
    304
    Trophy Points:
    101
    Yes, Linux. I used a utility (not that one though) as well as used the command line to mount it and it was the same each time. Extracting it was no different. The 3GB iso only generated a 100Kb image. I never figured it out, but I didn't have to. I went and borrowed a friend's Windows laptop in the middle of the night and was able to do what I needed to without any problems.
     
  5. TuxDude

    TuxDude Notebook Deity

    Reputations:
    255
    Messages:
    921
    Likes Received:
    2
    Trophy Points:
    31
    In case if you intend to try it on linux again for any other ISOs, you shoudl probably also add the read-only option when mounting ISOs, so that you dont edit the .ISO by accident...