http://netbsd.i2p/docs/guide/en/chap-rmmedia.html
Suppose you have an
ISO image in your home directory, called "mycd.iso": Start by setting up a new vnode, "pointing" to
the ISO file: # vnconfig -c vnd0 ~/mycd.iso Now, mount the vnode: # mount -t cd9660 /dev/vnd0a /mnt Yeah, image contents appear under /mnt !
Go to that
directory and explore the image. When you are happy, you have to umount the image: # umount /mnt And at last, deconfigure the vnode: # vnconfig -u vnd0 Note that these steps can also be used for any kind of...