This post will be regularly updated with commands as I come across them...
Mounting an iso image
1) First create the location where you want the mount to be made:
mkdir /MyISOMount1
2) Mount the iso:
sudo mount -t iso9660 CoolStuff.iso /MyISOMount1 -o loop
where CoolStuff.iso is the image and /MyISOMount1 is the location where the image is to be mounted.
3) When you're all done, simpy unmount:
sudo umount /MyISOMount1
Saturday, May 23, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment