Hi, See earlier in the thread for one method (which I have never personally tried) or do the following which I normally use: vnconfig /dev/vn0c /path/to/cd1.iso mount -t cd9660 /dev/vn0c /mnt To unmount: umount /mnt vnconfig -u /dev/vn0c Obviously the man page for vnconfig will be of interest to you! Cheers, Greg