• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How to mount an ISO image in Linux

64bithost.com

Regular Pleskian
1. Create a mount point for the ISO:

Bash# mkdir /mnt/iso

2. Now mount the ISO in the mount point with the following command:

Bash# mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0

Where myiso.iso is the name of your ISO file

Have fun!

- Chris
64bithost.com
 
Back
Top