Comment ouvrir un fichier ISO dans Linux

// If you decide to put the mount directory in a root directory, then use sudo on mkdir.
mkdir /mount/point
sudo mount -o loop /some/iso/file.iso /mount/point
trolololololololol