Skip to main content

SanDisk microSD memory card is write protected or locked

I got this issue with a brand new 32GB SanDisk Ultra microSD Class 10 when trying to copy data with my laptop:

"The disk is write-protected"

It took me about 20 minutes to find out why.

I could save images to the the microSD when inserting it directly to my smartphone (without the microSD adapter.

The root cause: The lock switch on the adapter is loose, it may slide to Lock position when I insert it to my laptop's SD slot.


Hope this sharing can save you time!

Popular posts from this blog

Docker: Commonly Used Commands

Repeat to remember Remember to repeat

Ping group on Windows with FOR command

Notes from daily work situation.

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...