Mounting ISO Image Files On Solaris
More and more, software is distributed in the form of a downloadable ISO image. This is handy because you can then burn it to a CD or DVD, but many times you just want to install it without having to make a disk first. Linux makes this fairly easy, but it’s a little trickier with Solaris. You have to use the “lofiadm” command to first create a block device for the image before you can use “mount” to mount it as a filesystem. Here is the commands.
Make the block device with “loviadm”:
lofiadm -a /path/to/your/image.iso /dev/lofi/1
Mount the image as a read-only filesystem:
mount -F hsfs -o ro /dev/lofi/1 /mountpoint
Discuss This Article
|
|
3 Responses to “Mounting ISO Image Files On Solaris”
Got something to say?



Creating a Jumpstart server from Solaris 9 ISO’s…
Did you know you can just download iso images from SUN and mount them over a loopback device? I usually don’t need to do this because someone has the CD images. But today I needed the new Solaris 9 09/05 HW release for the V445 I am working on….
[...] Source:http://spiralbound.net/2007/05/04/mounting-iso-image-files-on-solaris [...]
ok, I have mounted the .iso image of the solaris 10 bootable cd, now how can boot from it ti install the soalris 10 os