Article Summary: Windows 7 does not see the SSD when installing windows.
Windows does not see drive.
Windows does not see the Solid State Drive (SSD) or Hard Disk Drive (HDD) when installing Windows 7 where the controller is natively supported by the operating system (OS).
Occasionally, Windows setup not allow you to install to a drive when it discovers a drive with an invalid MBR/boot sector.
Solution
To fix this, you could try the following:
- Boot up Windows 7 disc.
- When the welcome screen comes up on Windows Setup, press Shift + F10, which will display a command prompt.
- Type "diskpart" (no quotes) and press Enter.
- Type "list disk" and press Enter.
- Hopefully you can see your HDD/SSD in the list. You should see a number identifying it. Now type "select disk X" (where X is the number identifying your HDD/SSD) and press Enter.
- Type "clean" and press Enter.
NOTE: This will write a blank MBR, YOU WILL LOSE ANY DATA ON THE HDD/SSD if you did have anything on it.
- Type "exit" and press Enter to close the command window and continue with the installation.
***HELPFUL LINKS***
http://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx
http://support.microsoft.com/kb/300415
Back to Top