mount iso on solaris

Posted: 30th July 2010 by admin in Linux How to

two command
#lofiadm -a /root/my.iso /dev/iso01
#mount -F hsfs -o ro /dev/iso01 /mnt

one command
#mount -F hsfs -o ro `lofiadm -a /root/my.iso` /mnt

Security Code: