Sandisk 16gb pendrive is write protected how to format it
Closed
briiksi
-
Sep 3, 2015 at 01:55 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Sep 4, 2015 at 02:46 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Sep 4, 2015 at 02:46 AM
Related:
- Sandisk 16gb pendrive is write protected how to format it
- How to write & in laptop - Guide
- Sandisk cruzer blade 16gb firmware download ✓ - Pen Drive, USB & SD Card Forum
- How to remove write protection - Guide
- Kingston dt50 16gb write protected - Pen Drive, USB & SD Card Forum
- Format factory - Download - Other
1 response
R2D2_WD
Posts
3606
Registration date
Monday September 1, 2014
Status
Member
Last seen
February 20, 2017
155
Sep 3, 2015 at 02:30 AM
Sep 3, 2015 at 02:30 AM
Hi Briiksi,
I would recommend you to open the Command Prompt and use the Diskpart command. It should look like this:
Diskpart
List Disk
Select disk n (n is the number of the drive)
Attributes disk clear readonly
clean
create partition primary
format fs=fat32 (or ntfs, it is up to you)
exit
These commands should remove write protection and format your drive. Press Enter after every commnand. This kind of issue may indicate a pendrive problem. I strongly recommend you to check the device's functionality if you plan to use again. Keep a backup copy of the stored data.
Hope this helps
I would recommend you to open the Command Prompt and use the Diskpart command. It should look like this:
Diskpart
List Disk
Select disk n (n is the number of the drive)
Attributes disk clear readonly
clean
create partition primary
format fs=fat32 (or ntfs, it is up to you)
exit
These commands should remove write protection and format your drive. Press Enter after every commnand. This kind of issue may indicate a pendrive problem. I strongly recommend you to check the device's functionality if you plan to use again. Keep a backup copy of the stored data.
Hope this helps
Sep 3, 2015 at 03:03 AM
Sep 4, 2015 at 02:46 AM