Jump to content

USB


bolo33

Recommended Posts

hi

 

after USB formatting I can not do anything, I have a message (Please delete the write protection)

thanks

Link to comment
Share on other sites


  • Replies 3
  • Views 1.1k
  • Created
  • Last Reply
shadowisback

 You can try diskpart sometimes it work:

With your USB drive or memory card attached to your computer, launch a command prompt  with administrator privileges.

Now, at the prompt, type the following and press Enter after each command:

diskpart
list disk
select disk x (where x is the number of your non-working drive – use the capacity to work out which one it is)
attributes disk clear readonly
clean
create partition primary
format fs=fat32  (you can swap fat32 for ntfs if you only need to use the drive with Windows computers)
exit

 

That's it. Your drive should now work as normal if you are lucky.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...