Thursday, January 04, 2007

Q

Problem:
Running Windows Apps (Excel) on Linux Fedora 4

Solution:

Used YUM to install QEMU

Problem:
Errors installing Winodows 2000 on QEMU

Solution:
qemu -cdrom /dev/cdrom -hda /c.img -m 256 -boot d -win2k-hack

Problem:
Sharing files between host and guest

Solution:
-Make sure Samba server is started on Linux host
-Creata sambas share
-Start QEMU with:
qemu -hda /c.img -m 256 -smb sharename
- Made username and password the same for Linux, Samba and Windows logon.

No comments: