Page 1 of 1
CD-DVD, audio problem
Posted: 7. Aug 2009, 15:08
by sasha
It is problem: there are NOT more then only one virtual CD-DVD drive. I have a number virtual CD-DVD drivers (mounted ISO) in the host - and I'm NEEDED them in the guest windows TOO. BUT VB (2.2.2) does not have this feature.
Re: CD-DVD, audio problem
Posted: 7. Aug 2009, 15:43
by baf
Get DaemonTools and install that in your windows guest. Then you can mount your iso there.
If your guest is linux use something like:
mount /tmp/fdimage /mnt -t -o loop=/dev/loop3,blocksize=1024
will set up the loop device /dev/loop3 to correspond to the file /tmp/fdimage, and then mount this device on /mnt.