Archive

Posts Tagged ‘ISO’

Mount ISO image from the command line

sudo mkdir /media/iso
sudo mount -o loop image.iso /media/iso

image.iso is assumed to be located at /home, otherwise change the path to absolute.
To make ISO writable, run this command instead:

sudo mount -o rw,loop image.iso /media/iso
Categories: Uncategorized Tags: