Change virtual QEMU image location

qemu

I've got an existing QEMU Virtual Server running on Fedora 11. Having troubles trying to find out how to change the location of where the Virtual Images are stored.

Can anybody provide any help please?

Thanks in advance!

I'm also new to Linux Server Administration – n00b in other words – so this might seem lazy but I need to know commands or where to look

Best Answer

QEMU is usually run from shell, even if a number of GUI exist all around. Try doing a ps aux | grep qemu and see if you can find in the output the commandline for qemu binary (look for -hdc option).