Q. How do I mount ISO FILE, And Read under it?
A. You can Use lofi(7D)/lofiadm the loopback file driver
Mounting an Existing CD-ROM Image Or File image
Use lofiadm to attach a block device to it:
# lofiadm -a /path/to/file.iso
/dev/lofi/1
And Then Use the mount command to mount the image:
# mount -F hsfs -o ro /dev/lofi/1 /path/output
lofiadm picks the device and prints the device name to the standard output.
# lofiadm
Block Device File
/dev/lofi/1 /path/to/file.iso
Check to ensure that Solaris understands the image:
# df -h
Filesystem size used avail capacity Mounted on
/dev/lofi/1 0K 0K 0K 0% /path/output
As a final step, unmount and detach the images:
# umount /path/output
# lofiadm -d /dev/lofi/1
lofiadm
Block Device File
Popularity: 15% [?]
You Should Also Check Out This Post:
- Troubleshooting for startup inconsistent DB
- Linux System information
- set hostname without reboot
- ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
- Tracking Down "Last Reboot" on windows


An ordinary people, participants, contributor who share their own experiences, their knowledge, their informations, task, a few tips and tricks, their problem with solving tools..
No User Responded In This Article
Leave Your Comment Below