Thursday, July 17, 2008

How to mount an ISO image in Solaris

While it's quite simple to loop mount an iso image in RHEL, in Solaris you need the following two steps:



lofiadm -a /path/to/iso/file.iso



mount -o ro -F hsfs /dev/lofi/1 /cdrom

If you got stuck at this one day, that is your iso file that is not a block device.
blog comments powered by Disqus