mount iso image via loopback under NetBSD
Mounting
# vnconfig vnd0 image.iso
# mount -t cd9660 /dev/vnd0a /mnt
Unmounting
# umount /mnt
# vnconfig -u vnd0
(Found here)
# vnconfig vnd0 image.iso
# mount -t cd9660 /dev/vnd0a /mnt
# umount /mnt
# vnconfig -u vnd0