Hello!
I'm in charge of our company's fleet of managed assets. A few days ago, a problem surfaced with 240GB 520 series SSDs, utilized in Lenovo W510 laptops.
Summary: Upon clearing all partitions from the drive, creating a 2GiB and a 222GiB (approximate size), and attempting to format the larger one, after about a minute the entire system locks up, requiring a hard power-off.
Details
This is a scripted process, however for troubleshooting purposes I have also done it by hand, with the same result. The steps involved are:
- PXE boot into Windows PE.
- Remove all partitions (PowerShell Clear-Disk -RemoveData -RemoveOEM).
- Initialize the disk (Initialize-Disk -PartitionStyle MBR)
- Create a 2GiB partition and a second one using all remaining space (New-Partition ...)
- Format both partitions to NTFS (Format-Volume -FileSystem NTFS -AllocationUnitSize 4096)
- 2GiB partition formats fine in just a few seconds.
- Big partition appears to work at first (HDD access light flickers as usual), but then something happens. HDD access light begins blinking regularly, and after about a minute the computer locks up hard.
Initially, I hit this with one drive and naturally thought it had failed. I tried with several other units, however, and swapped the drives between identical computers, also swapped them into different models, with the same result for four different SSDs. My script has not changed, and I verified that it still works on other hardware (using Crucial SSD in Lenovo W530).
I have run SSD Toolbox on three of these drives. Quick check shows both life expectancy bars at 100%, SMART shows no errors or warnings, and a long diagnostic turns up no problems. These drives have been in use for over two years, and most of them have about 4 TiB written according to SSD Toolbox.
I just tested with a SSD that had been through a detailed diagnostic with SSD Toolbox; I created partitions using the Windows Disk Manager, and formatted them just fine. I put it back into a machine and attempted to format using my script. Machine locked up.
At this point I am stumped.
Where would we go from here?