Portal Home > Knowledgebase > cPanel Questions > How do I mount a ISO images without burning to CD/DVD?
As root, create a directory to be used for mounting the ISO. This can be named anything you wish, but should be kept relevant.
# mkdir -p /mnt/iso
Mount the ISO image to the new directory. In this example, our ISO is saved in/home/quatrovps/ directory and named disk.iso.
# mount -o loop /home/quatrovps/disk.iso /mnt/iso
Change to the mounted ISO directory.
# cd /mnt/iso
List the directory contents.
# ls -l
Once finished doing what you need to do, you should unmount the ISO.
# umount /mnt/iso
Add to Favourites Print this Article
Powered by WHMCompleteSolution