• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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