What to use, IDE or SCSI in Hyper-V? |
|
Posted Friday, 18 July 2008 by Michael Khanin For SCSI support, Hyper-V uses a SCSI controller that is not emulated. Instead it uses the virtual machine bus which is much faster and requires less CPU overhead. As you probably know, the best practice is to separate your Data from your Operating System (OS). I always install the operating system is on C: and store the data on D: drive. In Hyper-V environment, C: will be a virtual disk on the IDE controller. D: should be a virtual disk on a SCSI controller. Just test this and you will see that it's a not so bad idea ;). |