If you want to mount an ISO image as a filesystem, simply proceed as follows:
mkdir /mnt/iso0
mount -o loop -t iso9660 /tmp/debian-40r6-amd64-netinst.iso /mnt/iso0
Tags: mount
If you want to mount an ISO image as a filesystem, simply proceed as follows:
mkdir /mnt/iso0
mount -o loop -t iso9660 /tmp/debian-40r6-amd64-netinst.iso /mnt/iso0
Tags: mount