Mounting isos

From gr0x0rd
Revision as of 12:47, 3 July 2022 by Gr0x0rd (talk | contribs) (→‎How Do I... Mounting isos)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How Do I... Mounting isos

If you download an iso image and want to explore its contents, or need to mount an image to play a game, you'll want to know how to mount an iso image from your filesystem. This is simple in Linux and doesn't require any of the hassle involved with downloading daemon tools or Alcohol 120% in Windows. Before issuing this command, you'll probably want to remove any medium from your physical drive. To mount an iso located at /home/gr0x0rd/files/gr0x-Y/images/broodwar01.iso to the cd-rom drive,

$ sudo mount -o loop files/gr0x-Y/images/broodwar01.iso /mnt/cdrom

When you are finished, you can easily release the iso by issuing

$ sudo umount /mnt/cdrom

Mounting bin/cue

This works by first converting the image to an iso. For this you will need the bchunk utility.

$ bchunk image.bin image.cue output.iso