1Starting with Solaris 8 (2000), Sun introduced a lofi driver which is
2very similar to my fbk driver from 1988.
3
4The lofiadm command seems to implement the basic idea of my fbkset program.
5
6# lofiadm -a /var/tmp/image.iso
7/dev/lofi/1
8# mount -F hsfs -o ro /dev/lofi/1 /mnt
9# ls /mnt
10etc.
11
12To remove this, you need to:
13# umount /mnt
14# lofiadm -d /dev/lofi/1
15
16The /dev/lofi/.. string may change depending on how many other loopback
17devices you have configured.
18
19It is explained quite clearly in the man page, but you may wish to update
20the README and cdrecord man page to reflect the new way of doing this.
21