Home > Uncategorized > Mount ISO image from the command line

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:
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment