I adopted a HyperV environment and I'm trying to squeeze every bit of performance I can get out of it.
Some of the virtual machines in the environment have IDE drives instead of SCSI drives.
Is it safe to mount the VHDx as a SCSI drive? Or do I need to convert it?
My alternative is to add a SCSI drive, boot up into knoppix, DD the IDE drive to the SCSI drive, then unmount the IDE drive.
There is no need for conversion of the file - it's just like a physical disk with multiple interfaces.
You need to make sure the guest OS supports the SCSI drivers (which should be the case anyway) and may have to reattach the drive within the guest after changing it. As you're removing an IDE drive you've always to shutdown the guest before (detach of IDE is not allowed while the VM is running).