Thursday, January 28, 2016

How to mount an iso image on Solaris

Say you have a disk (cd/dvd/..) image file and you want to mount it and take a look at contents. Here's how you do that in Solaris:
# lofiadm -a mydisc.iso
# mkdir /tmp/mydisk_mount
# mount -F hsfs `lofiadm mydisk.iso` /tmp/mydisk_mount

No comments:

Post a Comment