mount iso on solaris

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

two command

lofiadm -a /root/my.iso
mount -F hsfs -o ro /dev/lofi/1 /mnt/cdrom

one command

mount -F hsfs -o ro `lofiadm -a /root/my.iso` /mnt/cdrom

You must be logged in to post a comment.