CD-DVD, audio problem
-
sasha
- Posts: 1
- Joined: 7. Aug 2009, 14:42
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: win xp
CD-DVD, audio problem
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.
-
baf
- Volunteer
- Posts: 829
- Joined: 27. Sep 2008, 06:18
- Primary OS: Mac OS X Leopard
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: linux,xp,win7
- Location: Luleå or Skellefteå, Sweden
Re: CD-DVD, audio problem
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.
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.
Some say: "You learn as long as you live".
My way: "You live as long as you learn".
My way: "You live as long as you learn".