Let’s say that we have a ISO image of a CD named opensuse.iso in the directory /software
To mount it
opensuse11:~ # mount -o loop /software/opensuse.iso /mnt
where /mnt is the mount point.
This is equivalent to
opensuse11:~ # mount -t iso9660 -o loop /software/opensuse.iso /mnt
Now you can browse the contents of the ISO image by changing directory to /mnt
opensuse11:~ # cd /mnt
This should mount the ISO image. While this article is focussed on SUSE Linux and openSUSE, should work on most of the linux distributions including Ubuntu Fedora.
No comments:
Post a Comment