Myself (Sravan Kumar E) Datacenter and Cloud Computing Professional with over 14+ years of experience, including service leadership and management of mid to large size organization, corporate development, Product Implementation, Cloud Scoping and Implementation,business,operations and strategy.
Advertisement Header
Sunday, 9 August 2009
To MOUNT an ISO image in Linux
mount disk1.iso /mnt/iso/ -t iso9660 -o ro,loop
(or)
mount -o loop disk1.iso /mnt/iso/
(Ex:- mount -t iso9660 -o loop /opt/Software_Dumps/RHEL4.7-x86_64-AS-DVD.iso /mnt/local/ )
disk1.iso - The image you want to mount /mnt/iso/ - Mount Point
No comments:
Post a Comment