In order to mount your ISO you will need to add the ISO to your box, create the directory then mount the file,
[email protected]:~$ mkdir /mnt/iso [email protected]:~$ mount -o loop -t iso9660 MYCD.iso /mnt/iso
use the following command to confirm that you have mounted it correctly,
[email protected]:~$ df -kh
You should see,
Filesystem Size Used Avail Use% Mounted on MYCD.iso 654M 654M 0 100% /mnt/iso
To unmount your image run the following,
[email protected]:~$ umount /mnt/isoimage
Latest posts by Rick Donato (see all)
- How to Configure a BIND Server on Ubuntu - March 15, 2018
- What is a BGP Confederation? - March 6, 2018
- Cisco – What is BGP ORF (Outbound Route Filtering)? - March 5, 2018
Want to become a Linux expert?
Here is our hand-picked selection of the best courses you can find online:
Linux Mastery course
Linux Administration Bootcamp
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial