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
iso name e.g.:
file e.g.:
To do so follow the following instructions:
1- Open terminal
2- Write the following command
sudo mount -o loop iso_File_Location mount_Location3- 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.iso4- mount_Location is the name of the folder where you want to mount the iso
file e.g.:
/home/temp_User/Desktop/temp5- To unmount the ISO file
sudo umount mount_LocationNote 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