You can mount an existing ISO format CD image on your system under a folder. To do this, first create the folder to be mounted:
mkdir -p /mnt/iso_imageThen, inside the directory where the image is located, run:
mount -o loop -t iso9660 image.iso /mnt/isoAll CD contents will be accessible from /mnt/iso.
Leave a Comment
* Your comment will be published after approval.
Comments
0No comments yet. Be the first to comment!