Problems with QemuQuote:
I haven't used sound myself yet, but according to this page "-soundhw all" should do it. Is your USB headset used as default output in ALSA when you plug it in? Probably you can use PulseAudio to use a different output in Qemu? But I doubt Qemu is PulseAudio-aware. Quote:
According to this thread, you might be right by using FAT for an already-mounted directory. Perhaps you need to be -fda, like in the example they provided: qemu winxp.img -fda fat:floppy:/my_directory Quote:
Hope this helps. |
Re: Problems with QemuQuote:
Quote:
Code:
qemu -hda image.qcow2 -hdc /dev/sdb1 Code:
qemu -hda image.qcow2 -hdb /dev/sda1 Code:
qemu -hda image.qcow2 -hdb fat:/dev/sdb1 Code:
qemu: could not open disk image fat:/dev/sdb1/ Also tried the following Code:
qemu -hda image.qcow2 -drive file="fat::rw:"/media/mydisc"",index=1,media=disk It seems that Samba is the only way to access files for me. Quote:
http://borderworlds.dk/blog/20070224-00.html Quote:
|
Re: Problems with QemuI had the impression that it was more stable using Windows' Remote Desktop feature compared to VNC. Here's a tutorial on how to use it: http://nerds-central.blogspot.com/20...fast-qemu.html
By the way, perhaps the commands did not work because you have to run them as "root"? Specifically, I was talking about: qemu -hda image.qcow2 -hdb /dev/sda1 This works fine for me. |
Re: Problems with QemuQuote:
Quote:
Another interesting thing is that, unlike VirtualBox, qemu allows PCI passthrough. I will try to make my PCI TV Tuner work on a guest OS. |
Re: Problems with QemuQuote:
|
Re: Problems with QemuIs it already mounted on your host system? Then unmount it.
If it still does not work, try to mount it on your host system and start Qemu with: -hdc fat:rw:/media/mydrive/ |
Re: Problems with QemuThank you, elch. I will try to follow your advice.
It is just so annoying that this needs to be done. I used to work with 2 of my NTFS drives using VirtualBox. I've never had any problem accessing them from both host and guest simultaneously. I wish VirtualBox was as fast as qemu. |
All times are GMT -6. The time now is 11:29 AM. |