Cannot alter disk partitions with any tool on brand new PNY SSD

2

I have a brand new PNY 120gb SSD with less than 2 days of runtime since I opened the box. It is running in a Dell E6520 laptop with a fresh copy of Windows 10 Professional 64 bit.

I installed this drive because the last one died abruptly. The last SSD started becoming corrupt and sluggish, then it died with a BSOD and BCD errors. After trying to diagnose it the drive stopped being recognized at all and I wrote it off as dead.

So I installed this PNY and within 2 days it is also corrupt, BSOD, and giving me BCD errors. I boot into WinRE and cannot get SFC /scannow to work. I removed the drive to try in another computer and SFC /scannow will not run on this drive. I tried starting the Windows Module Installer and TrustedInstaller services manually. That did not help.

Then I tried running chkdsk. I could not get it to run on the machine itself, but in another machine I successfully fixed 12 disk errors. I then tried the disk again in the original machine and still kept getting errors.

I removed the drive again and tried running all the usual bootrec commands. The rebuildMBR and fixBCD commands also fail.

So I tried going back to WinRE on the original machine and tried reformatting and reinstalling Windows once again. This time as a UEFI disk. To do that I run mbr2gpt on the drive and this fails as well.

So once again I remove the drive from the original machine and drop it in another machine. This time I'm going to use DiskPart to completely delete everything on this drive.

I literally JUST ran the following commands.....

LIST DISK
SELECT DISK 5
LIST PART
SELECT PARTITION 1
DELETE PARTITION OVERRIDE
SELECT PARTITION 2
DELETE PARTITION OVERRIDE
SELECT PARTITION 3
DELETE PARTITION OVERRIDE

Diskpart returns "DiskPart successfully deleted the selected partition" each time. Yet when I relist the partitions they all remain completely unchanged.

I want to blame the SSD drive itself, but I have a sneaking suspicion that this is the fault of the original laptop corrupting and possibly damaging the drives.

Does anyone have any suggestions that I could test?

zelon88

Posted 2020-02-21T21:37:01.043

Reputation: 21

It's unusual to find such a high failure rate with SSDs. I wonder if the initial symptoms (BSODs and BCD errors) are from something else, like a software issue. If you have time to spare, I suggest downloading a fresh Windows 10 ISO, making a clean installation, and installing nothing but Chrome for a few days. If it still works, install programs and make changes slowly until it starts breaking. – Christopher Hostage – 2020-02-21T21:55:26.387

1If you're OK with losing all data on the disk, I suggest using DISKPART, SELECT DISK #, CLEAN . – Christopher Hostage – 2020-02-21T21:56:05.250

I tried using the media creation tool 1909 to make two boot devices. 2 days prior windows was installed on this drive from the same media successfully. Both are uninstallable. The windows installer cannot delete or format the partitions on the disk. Diskpart clean fails. I'm learning towards there being something popped on the motherboard that's damaging these things. – zelon88 – 2020-02-22T04:08:36.517

Answers

1

How about a different tool?

Download Ubuntu's ISO file.

The ISO file you use to create a LiveUSB should be checked for download errors.

Make a LiveUSB following these instructions on a Linux PC or on a Windows PC.

Once you make a LiveUSB, boot with it. When the desktop appears, run GNOME Disks and use it to delete the unwanted partitions on the disk. It often succeeds when DISKPART fails.

K7AAY

Posted 2020-02-21T21:37:01.043

Reputation: 6 962

@zelon88 If this worked, please click on the checkmark to the left of the answer; if not, please let us know – K7AAY – 2020-02-25T23:15:08.430