in a virtual machine with ssd (solid state drive) can we create a hard disk with hdd (hard disk drive) type? i installed windows 10 on vmware workstation and its hard disk is nvme and ssd. i created another with type scsi but its type is also ssd. but i want to create a hard drive with hdd type. what should i do? is it possible at all? edit: i want to have both ssd and hdd vmware version: 16.0.0 build-16894299
41 Answer
If the guest VM is created with the Windows operating system, this can be done from inside the VM using the PowerShell commandSet-PhysicalDisk:
Run PowerShell as Administrator
Enter either of the following commands:
Set-PhysicalDisk -FriendlyName PhysicalDisk# -MediaType HDD Set-PhysicalDisk -FriendlyName PhysicalDisk# -MediaType SSD