How to format the write protected pendrive 4gb for windows 8
Closed
Mythili.S
-
Dec 19, 2016 at 01:42 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Dec 19, 2016 at 04:02 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Dec 19, 2016 at 04:02 AM
Related:
- How to format the write protected pendrive 4gb for windows 8
- How to write & in laptop - Guide
- Kmspico windows 10 - Download - Other
- Bandlab download for pc windows 10 - Download - Musical production
- Fc 24 free download for pc windows 11 - Download - Sports
- Windows 10 iso download 64-bit - Download - Windows
1 response
R2D2_WD
Posts
3606
Registration date
Monday September 1, 2014
Status
Member
Last seen
February 20, 2017
155
Dec 19, 2016 at 04:02 AM
Dec 19, 2016 at 04:02 AM
Hi Mythili.S,
Could you please tell us what formatting methods you have used? Have you tested the pendrive on another PC?
Try formatting the drive in Safe Mode. I would try lifting the write protection by using the Command Prompt. Type the following commands:
Diskpart
List disk
Select Disk n (n must be drive number)
Attributes Disk (here check if the drive is in Read-only mode)
Attributes disk clear readonly
Exit
Try to access the drive again. Open Disk Management and try to format the drive by right clicking on it. If you get an error message, run the Command Prompt again and type:
Diskpart
List disk
Select disk n (n must be the drive number)
Clean
Format fs=NTFS quick label=pendrive
This way you should be able to format it in NTFS file system. If you need FAT32, simply write it down instead of NTFS.
Hope this helps
Could you please tell us what formatting methods you have used? Have you tested the pendrive on another PC?
Try formatting the drive in Safe Mode. I would try lifting the write protection by using the Command Prompt. Type the following commands:
Diskpart
List disk
Select Disk n (n must be drive number)
Attributes Disk (here check if the drive is in Read-only mode)
Attributes disk clear readonly
Exit
Try to access the drive again. Open Disk Management and try to format the drive by right clicking on it. If you get an error message, run the Command Prompt again and type:
Diskpart
List disk
Select disk n (n must be the drive number)
Clean
Format fs=NTFS quick label=pendrive
This way you should be able to format it in NTFS file system. If you need FAT32, simply write it down instead of NTFS.
Hope this helps