Results 1 to 2 of 2
I need to know how to mount an ISO image file. I am using the following command
mount -o loop,ro ppc-2008-04-01_amcc.iso /mnt/tmp. But I am getting an error it states ...
- 04-24-2011 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
Clarification on how to mount an ISO image file
I need to know how to mount an ISO image file. I am using the following command
mount -o loop,ro ppc-2008-04-01_amcc.iso /mnt/tmp. But I am getting an error it states that only root can access and if I use sudo it says file cannot be found. I am also unable to copy the file under file system in mnt/temp directory. Kindly mail me if anyone knows the solution for the same to
Pradheep
- 04-25-2011 #2
You do need to use sudo if you're using a mount point outside of your home directory.
If it's saying "file not found", it would seem you're not pointing it to the file. Try using the full path to the file.


Reply With Quote