hi guys in this video i will show you how to solve this issue .
Follow the steps :
- Open a Command Prompt .
- Type diskpart and press Enter. You can see the command prompt is changed to be DISKPART>
- List the disks by typing:
list disk
- Select the external USB disk by typing (in my example the external disk was disk 2):
select disk 2
- Set the read-only attributes for the disk and volume to be off:
attributes disk clear readonly
This disk is write protected
