Friday, April 11, 2008

Mounting ISO File in Solaris

If you need to view the contents of the ISO file under Solaris, the lofiadm command could be of a help.

Mounting ISO files

# lofiadm -a /path/xxx.iso
/dev/lofi/0 [note: this will be given by the lofiadm]
# mount -F hsfs -o ro /dev/lofi/0 /mnt

Unmount ISO files
# umount /mnt
# lofiadm -d /path/xxx.iso

No comments:

Post a Comment