Formatting a Flash Drive

Drifter

Honorary Master
Joined
Dec 19, 2012
Messages
22,825
Got a brand new 8GB Flash Drive. Want to format it NTFS, but when I right click, format, I ony get FAT32 or
ex-FAT as options?

What am I screwing up?
 

saor

Honorary Master
Joined
Feb 3, 2012
Messages
34,315
a.) Tell us what brand it is & what o/s you're using, or
b.) It's faulty
 

Drifter

Honorary Master
Joined
Dec 19, 2012
Messages
22,825
Using XP, one of those company barnded drives, cant see what brand it is, properties just list it as Generic drive
 
F

Fudzy

Guest
Use the tool diskpart, just be careful you choose the flash drive and not one of your main drives.
 

Hemps

Honorary Master
Joined
Jan 19, 2009
Messages
11,198
SD Card formatter - does flash drives as well, it'll fix anything.
 

Batista

Executive Member
Joined
Sep 2, 2011
Messages
7,909
open MSDOS

change to directory of disk using 'cd' , so if disk is named z type cd z:
format z: /fs:NTFS
 

Rickster

EVGA Fanatic
Joined
Jul 31, 2012
Messages
20,458
1. Insert the USB flash drive into the USB port.
2. Click Start, type devmgmt.msc in the Search textbox and press Enter.
3. Find Disk Drives and expand it.
4. Find the USB flash drive you want to format, and double-click it. It opens the Properties dialog box.
5. Click Policies tab.
6. By default, the Optimize for quick removal option selected, switch it to Optimize for performance and then pressOK.
7. Now open Computer. Right click on the USB Flash Drive and select Format. The Format dialog box now appears.
8. Select NTFS in the File System field.
9. Press Start and wait while the process will be completed.
10. Now your USB Flash Drive is formatted with NTFS format.

-Microsoft
 

bdt

Executive Member
Joined
Jun 7, 2004
Messages
7,001
I use this sequence to format flash drives as FAT32 for my *NIX, etcetera boot devices. To do NTFS, you need only change the fs=fat32 to fs=ntfs. Oh, and you can safely ignore the active command.

_cmdline usb format.png
 
Top