No thoughts on this at all?
How to remove write protection on Network SSD drives....please??
Kev Conlon
0
Reputation points
Using Win11 Pro I have some networked SSD drives.....which function as 'read only'. Drives attached to Raspberry Pi 4....and SMB is ON...all good on the Pi. Attempting to write/edit returns "The disk is write protected. Remove write protection, or use another disk" Attempting to change 'properties' of drives results in same response. How do I remove write protection please???
Windows for business | Windows Client for IT Pros | User experience | Other
28,658 questions
3 answers
Sort by: Most helpful
-
-
Anonymous
2024-01-29T07:39:32.7866667+00:00 Hello, Thank you for posting in Q&A forum. There are some methods that you can try to resolve this issue:
- Toggle the lock switch. Some storage devices have a lock switch that can be toggled to enable or disable the write protection feature. If your drives have a lock switch, try toggling it and re-inserting the drives to the appropriate port.
- Use the DiskPart utility
a.Open CMD Window and run command "list disk."
b.Run command "select disk x" x indicates the specific drive.
c.Run "attributes disk" to check the property. If read-only is set to Yes, pls move on.
d.Run "attributes disk clear read-only" to disable read-only.
e.Once it's done, you can run ""attributes disk" to double confirm the change.
Best Regards,
Hania Lian ============================================ If the Answer is helpful, please click "Accept Answer" and upvote it.
-
Kev Conlon 0 Reputation points
2024-02-04T21:34:52.63+00:00 - All drives are 'internal type....so don't have protection 'switches'
- CMD window reports: 'list' is not recognized as an internal or external command, operable program or batch file.