Results 1 to 3 of 3
hello friends...
I want to mount an iso image through terminal (command line)
The image is kept in a harddisk partition and when boots it opens up in a browser....
...
- 10-19-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 6
mount an iso image
hello friends...
I want to mount an iso image through terminal (command line)
The image is kept in a harddisk partition and when boots it opens up in a browser....
I am unable to open in Suse ...
Kindly help
- 10-19-2008 #2
Assuming you want to mount it on /mnt/loop
Code:mount -o loop /path/to/file.iso /mnt/loop
Can't tell an OS by it's GUI
- 03-16-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
mounting to iso image file
Hai,
mount -t iso9660 -o loop -rw </path/to/image.iso> </mnt/Iso>


Reply With Quote