USB wont format to NTFS (this is really impossible..)

ibrahim1234

Reputable
Dec 30, 2015
7
0
4,510
As you can see my USB 2.0 64gb won't format to NTFS no matter what I do. Literally NO MATTER what I do. Let me give you an overview of what I did:
1) I did EVERYTHING this guy showed on the video (https://www.youtube.com/watch?v=8Fq3635fbEo) but unfortunately I couldn't change to NTFS when I right-clicked on my USB drive from -> My Computer.
2) I tried to format it from -> Disk Management but I still got the error "Unable to format" or something like that.. you know what I mean.
3) I tried to format it from CMD and yet it said something with "Second sector is unwriteable" or something like that. And when I tried it 2nd time it said "first and second is unwriteable" (this time both)
-> 3.a) I fixed that with the App "EaseUs" and yet when I tried to format it again it didn't work.
4) I'm <mod edit> mad (sorry for my language) I tried so hard.. wasted so many hours just to simple format a single <mod edit> usb so it could transfer my data faster (current speed MAX 4mbit)... I have a 25gb of videos I want to transfer to my USB so I can watch them on my TV but it just won't let me.. seriously if someone can help me (don't tell me to do the same things over again because none of those worked)
 
Do this.

open up a command prompt and type in CMD then enter. Then his enter after each line below

DISKPART> list disk
DISKPART> select disk X (Where X is the Thumb drive disk number listed after typing List Disk)
DISKPART> attributes disk clear readonly
DISKPART> clean
DISKPART> convert mbr
DISKPART> create partition primary
DISKPART> select part 1
DISKPART> format fs=ntfs label=(name) quick
DISKPART> assign letter (letter)
DISKPART> list volume
 


"Diskpart has encountered an error: the parameter is incorrect" does it says after i tried to format it..