in a virtual machine with ssd (solid state) hard drive how can create a hdd hard drive?

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

4

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like