ISO image as a filesystem

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:

Leave a Reply

You must be logged in to post a comment.