Sunday, July 31, 2011

View, Browse, and Extract ISO files in linux

To browse ISO files in Linux you have to mount them and then you can browse or copy the files and folders that are inside ISO file



To do so follow the following instructions:
1- Open terminal
2- Write the following command
sudo mount -o loop iso_File_Location mount_Location
3- iso_File_Location is the location of the iso file and make sure that you typed
    iso name e.g.:
/home/temp_User/Desktop/temp.iso
4- mount_Location is the name of the folder where you want to mount the iso
    file e.g.:
/home/temp_User/Desktop/temp
 5- To unmount the ISO file
sudo umount mount_Location
 Note you can install gcombust.x86_64 which is a GUI program and is equivalent to the applications that mounts ISO files in Windows

No comments:

Post a Comment