PDA

View Full Version : [SOLVED] mount iso file?



macstl
October 11th, 2015, 01:59 AM
Im running ubuntu 12.04 desktop LTS. When I right click on .iso file I select archive mounter and nothing happens. Isn't it suppose to open the .iso. Trying the kali386.iso.

yancek
October 11th, 2015, 02:41 AM
Never used that method. In your /home/user directory create a mount point such as 'kali' by typing the following while you are in that directory. mkdir kali
Then while in that directory type: mount -o loop /home/user/Downloads/kali386.iso /home/user/kali
You need the exact name of the kali iso in the command and the command above needs the kali iso in the Downloads directory so you will need to change the command if that is not the case.

macstl
October 11th, 2015, 03:56 AM
I do that stuff at the cli and it says its mounted as loop. Now what? Is kali suppose to be on the screen?

grahammechanical
October 11th, 2015, 04:40 AM
Is kali suppose to be on the screen?

I do not think so.

http://askubuntu.com/questions/43469/how-can-i-graphically-mount-isos

oldfred
October 11th, 2015, 04:45 AM
If in Nautilus is it then not on the left side as another mounted device?

I usually use archive manager to look at contents of an ISO.

But neither is an install or installer. You have have to boot the ISO. Either by copying to DVD, flash drive, hard drive or directly boot with grub2's loopmount.

macstl
October 11th, 2015, 04:54 AM
Ok , it is mounting and I can see in on the left side of nautilus and open it and see whats in it. And it works graphically with the archive mounter by rt clicking . I also had a misconception about what was suppose to happen when mounting the iso. All is solved to me Thank you both.

joe.koenig
October 12th, 2015, 11:44 AM
Just off the top of my head: what does


$ mount

say? What's in /etc/fstab?