Hi HARDCORE GAMES™,
I understand how frustrating this can be, especially when a storage issue affects a large game drive and CHKDSK is not able to repair it normally.
Based on your description, I would first treat this as a possible NTFS/file system corruption or disk integrity issue after an unexpected shutdown. Before trying any repair command, please back up any files that are still accessible. Microsoft’s chkdsk tool checks the file system and file system metadata for logical and physical errors, and repair options such as /f or /r can attempt to fix detected issues.
Please try these steps:
1, Open Command Prompt as administrator, then run a read-only scan first: chkdsk X:
Replace X: with the affected drive letter.
2, If errors are reported, run: chkdsk X: /f
If Windows says the drive is in use, allow it to run at the next restart.
3, If the issue may involve unreadable sectors, you can run: chkdsk X: /r
Please note that /r includes the repair function and can take a long time on large drives. Microsoft also notes that repeated full-surface scans on SSDs should be used carefully, so I would only use this when needed.
After the scan, check whether the drive is stable in Disk Management and whether the files are accessible. If the drive is still not readable or CHKDSK cannot complete, avoid using DISKPART CLEAN unless you have accepted that the data on that disk may be lost. Microsoft documents that the clean command removes partition or volume formatting from the selected disk, and clean all deletes data by zeroing sectors.
If the data is important and the disk is not readable after the above checks, the safest next step is to stop writing to the drive and consider professional data recovery before formatting or cleaning the disk. If the data is already backed up or can be downloaded again, recreating the partition and formatting the disk may be reasonable.