Problems Formatting a USB Drive to NTFS

0
14
Asked By CuriousCat42 On

I'm having trouble with my USB drive, which got corrupted. I wanted to reformat it to NTFS, but when I attempted a quick format, the progress bar didn't move at all, so I canceled it. I then tried formatting it to ExFAT, and that completed successfully. Does anyone have any suggestions on how to fix the NTFS formatting issue?

2 Answers

Answered By GadgetGuru12 On

Honestly, it sounds like your USB drive is actually damaged. If it's not responding to formatting like it should, it might be time to consider replacing it rather than trying to fix it.

Answered By TechWhiz23 On

You might want to try using Diskpart to clean and format the drive. It's a command-line tool that could help you out. Just open cmd.exe and run these commands:

diskpart
lis dis
sel dis [your USB disk number]
cle
create partition primary
format fs=ntfs quick

User9876 -

I tried using Diskpart, but it got stuck at 0%.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.