Oct 4, 2013

To read the contents of iso file in linux


first mount it as below

1) mkdir /<new temp directory>
ex: mkdir /tmp-iso

2) mount <your iso file> to newly created directory
ex: mount your.iso /tmp-iso -o loop

now go to cd /tmp-iso directory to read the iso file contents


after the work done, you can unmount it as below

1) umount your.iso

No comments:

Post a Comment