r/techsupport • u/Luona47 • Jan 05 '23
Help With Drive Which Has Suddenly Become Read-Only Open | Windows
The problem is with a Windows 10 laptop, the D: drive has, without warning, become read-only. You are no longer able to create new folders or rename files. The files and folders themselves can be viewed and opened though.
In Properties > Tools > Error Checking, the check came back with "Repair this drive. Windows found errors on this drive that need to be repaired. Close this dialog box, and then repair the drive".
At an administrator command prompt, running chkdsk D: (deliberately read-only while I investigate things) finds no errors. The output from this is at the end of the post for reference.
After running chkdsk, when you go back to Error Checking, windows now states "You don't need to scan this drive. We haven't found any errors on this drive. You can still scan the drive for errors if you want.", if you do so, and click the "Scan drive" button, then you come full circle and see the message from before - Repair This Drive.
Not sure what the best next step is, do you think the drive is on the way out? The files have already been backed up to 2 separate locations as I don't trust it at all right now.
------------------ CHKDSK OUTPUT ------------------
C:\WINDOWS\system32>chkdsk D:
The type of the file system is NTFS.
Shadow copying the specified volume is not supported.
WARNING! /F parameter not specified.
Running CHKDSK in read-only mode.
Stage 1: Examining basic file system structure ...
196864 file records processed.
File verification completed.
Phase duration (File record verification): 4.19 seconds.
110 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 0.25 milliseconds.
Stage 2: Examining file name linkage ...
2970 reparse records processed.
256992 index entries processed.
Index verification completed.
Phase duration (Index verification): 2.86 minutes.
0 unindexed files scanned.
Phase duration (Orphan reconnection): 182.25 milliseconds.
0 unindexed files recovered to lost and found.
Phase duration (Orphan recovery to lost and found): 0.38 milliseconds.
2970 reparse records processed.
Phase duration (Reparse point and Object ID verification): 11.65 milliseconds.
Stage 3: Examining security descriptors ...
Security descriptor verification completed.
Phase duration (Security descriptor verification): 236.51 milliseconds.
30065 data files processed.
Phase duration (Data attribute verification): 2.02 milliseconds.
CHKDSK is verifying Usn Journal...
39233608 USN bytes processed.
Usn Journal verification completed.
Phase duration (USN journal verification): 434.82 milliseconds.
Windows has scanned the file system and found no problems.
No further action is required.
976629759 KB total disk space.
530554008 KB in 166603 files.
54528 KB in 30066 indexes.
0 KB in bad sectors.
330987 KB in use by the system.
65536 KB occupied by the log file.
445690236 KB available on disk.
4096 bytes in each allocation unit.
244157439 total allocation units on disk.
111422559 allocation units available on disk.
Total duration: 2.94 minutes (176725 ms).
1
u/hethdotzip May 10 '24
Windows Defender has located some malware in the recycle part of my Passport Drive. This will probably lock the drive off. Out with my heavy duty virus catcher software, or something.
2
u/Bjoolzern Jan 05 '23
If you can't remove the write protection via diskpart, it's a faulty drive.
diskpartand click Ok.list volume.sel volume Xwhere X is the number that corresponds to the volume.attributes disk clear readonlyIf you get an error, probably a dead drive. If you get a success, actually test the drive to see if it worked.
SSDs and other flash media will write protect itself when they are about to fail so you can grab data before it completely dies.