13

I just finished cloning my 120 Gb solid state drive to a 2Tb HDD using the linux dd utility. Windows seems to think the new HDD is a solid state drive, and it's running very slowly. Is there a way to tell Windows this isn't a solid state drive?

This is from the Windows Disk Management utility:

http://i.imgur.com/ImiUcvs.png

4 Answers4

13

You have to open a cmd.exe as admin and run winsat formal so that Windows can benchmark the HDD speed again.

Now Windows will detect the HDD correctly and activate optimizations like Superfetch again to speed up the HDD.

2

Not sure if it was the winsat formal or Device Manager, Scan for hardware changes that sorted mine out.

0
  • Go to "Hardware Manager"
  • Expand "Disk drives"
  • Double click on your hard drive
  • Then "Policies" tab
  • Enable "Enable write caching on the device"
  • Reboot
Giacomo1968
  • 58,727
-1

Open cmd.exe/Windows Powershell as admin, then type in the command winsat diskformal

Once the test is complete, Windows will recognize it as an HDD.