Working with ISO images under NetBSD

vnconfig -c vnd0 /path/to/output.iso
mount -t cd9660 /dev/vnd0c /mnt

# work with files

umount /mnt
vnconfig -u vnd0