Mount ISO image in Solaris

1. Let say, a xxx. iso file is in /export directory. A loopback file device (/dev/lofi/1) is created with the following command.

# lofiadm -a /export/xxx.iso /dev/lofi/1

2. Then, mount the xxx.iso file into the /mnt.

# mount -F hsfs -o ro /dev/lofi/1 /mnt

3. Verify the mounted iso.

# df -k /mnt

You May Also Like

1 Comment

Leave a Reply?