Reply:
Hi Dan, I’m Eric, and I’d be happy to help!
If deleted files keep reappearing on your E: drive (SSD) and Steam is struggling with updates, it sounds like your SSD might have write protection, corrupted sectors, or firmware issues. First, check if the SSD is set to read-only mode by opening Command Prompt (Admin) and running:
diskpart
list disk
select disk X (replace X with your E: drive's disk number)
attributes disk
If it says Read-only: Yes, disable it with:
attributes disk clear readonly
If that’s not the issue, your SSD might be failing. Run CHKDSK to scan for errors using:
chkdsk E: /f /r /x
If CHKDSK finds errors, it might repair them, but if issues persist, I’d recommend checking the SSD’s health status with CrystalDiskInfo or a similar tool. If it shows warnings like bad sectors or wear leveling issues, you might need to back up your data and consider secure erasing the SSD through its manufacturer’s software before reformatting it completely.
Let me know if this helps! If it does, please mark this reply as helpful or as the answer.
Best,
Eric