From here:
# lofiadm -a /path/to/cd.iso
returns (for first image): /dev/lofi/1
mount -o ro -F hsfs /dev/lofi/1 /mnt/iso1
To unmount:
# umount /mnt/iso1
# lofiadm -d /dev/lofi/1
Articles, notes and random thoughts on Software Development and Technology
From here:
# lofiadm -a /path/to/cd.iso
returns (for first image): /dev/lofi/1
mount -o ro -F hsfs /dev/lofi/1 /mnt/iso1
To unmount:
# umount /mnt/iso1
# lofiadm -d /dev/lofi/1