In order to mount an ISO image in Linux, so that you can access its contents, use the following command. You may need to change the arguments where needed.
sudo mount -o loop -t iso9660 mydvd.iso /cdrom
In order to mount an ISO image in Linux, so that you can access its contents, use the following command. You may need to change the arguments where needed.
sudo mount -o loop -t iso9660 mydvd.iso /cdrom