Monday, June 4, 2012

How to extract an iso file in Linux?


mkdir <target_dir>
mount -o loop -t iso9660 <your_iso_file> <target_dir>

Note: There are many other ways to extract the contents, this one works faster to me in command line.

No comments:

Post a Comment