New
#11
Hi there
@johngalt
Just trying a new version of Win Server but still working on a doc for this stuff.
BTW if you set the basic disk to "RAW" and "Native" you can speed up the I/O no end assuming you are using KVM as HOST. Using also QXL / Balloon video driver also is probably fast enough for a lot of video games if you haven't got a seperate GPU or even seperate video ports.
In the XML file for the VM config for HDD set the driver name as shown for the HDD.
<disk type="file" device="disk">
<driver name="qemu" type="raw" cache="none" io="native"/> "This line only -- leave every thing else !!!!
<source file="/mnt/DV2/XPVIORAW"/>
<target dev="vdb" bus="virtio"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x0a" function="0x0"/>
</disk>
The biggest bugbear so far on Server W2K22 is the fact that OPENSSH server doesn't install which is a real pain if you want the server to SEND files to other systems via sftp / ssh. If you can grab hold of a copy of W2K19 Server or even W2K16 server these work brilliantly and will just blow you away regards perforemance compared with current builds of W10.
I've also been messing around with WINXP with SATA and AHCI drivers -- that now boots so fast it really makes W10 look really sluggish. I need that older OS to run Minidisc recording device and also Studio software to create Vinyls -- I'm thinking as the drivers should be similar of trying out W2K3 server as a VM - that in its day was one of the best OS's ever from Ms. I like W2K19 though as well. I can boot the XP VM, compose an email in Outlook 2010 and send it before Office 2019 even starts on W10 !!!!
Mega Mega fast XP system running Minidisc recording session.
And for another bit of Bonkers --love the Escher screensaver - loads of pics from Escher -- "Impossible buildings" etc.
Note also for CLONING the virtual HDD's on these systems simply on the VM add the sata / scsi hdd and boot up say fedora live iso - I use the fedora kde spins iso and simply use the dd command to clone the virtual hdd -- the devices show up as /dev/vda and /dev/vdb.
I did this when I wanted to change the original IDE hdd's to sata / scsi ones with AHCI after updating the XP system to use those HDD's. (dd if=/dev/sda of=/dev/sdb bs=64M status=progress) - then delete the original hdd and boot from the new one.
Cheers
jimbo
Last edited by jimbo45; 27 Mar 2021 at 17:56.