Monday 27 February 2012

How to extract .iso image on linux?

     
1.       Copy iso image onto linux
2.       su
3.       Password:
4.       mkdir /tmp/Iso
5.       mount  -o loop <Path for iso image>  <Directory name for extraction>
6.       mount  –o loop /root/xyz.iso   /root /iso
7.       cd /root /iso
8.       ls -l

No comments:

Post a Comment

Tweets by @sriramperumalla