Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
UNIX - How to Mount an ISO image
Tuesday, 11 November 2008 05:51
In order to mount your ISO you will need to add the ISO to your box, create the directory then mount the file,
root@host:~$ mkdir /mnt/iso
root@host:~$ mount -o loop -t iso9660 MYCD.iso /mnt/iso
use the following command to confirm that you have mounted it correctly,
root@host:~$ 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,
root@host:~$ umount /mnt/isoimage
We have 19 guests online