July 5, 2008
3:33 am | Last updated: July 5, 2008 at: 3:35 am
Format USB Flash drive to NTFS file system
So, you’ve a USB Flash drive, if you want to change the file system on your USB drive, here’s the way to enable NTFS on your USB Flash Drive:
- Right click My Computer and select Manage.
- Open the Device Manager and find your USB drive under the "Disk Drives" heading.
- Right click the drive and select Properties.
- Choose Policies tab and select the "Optimize for performance" option.
- Click OK.
- Open My Computer.
- Select Format on the flash drive.
- Choose NTFS in the File System dropdown box.
- Device Formatting is completed.
Note: To remove a device safely without data loss use a "safely remove hardware" procedure or Eject function from Windows Explorer.
Source:→ NTFS
Loading
4 Responses | RSS comments on this post | Leave a comment»
No Pingback yet

tried all the above and still no go.
when i tried the convert in DOS
it says : cannot determine file system of drive
I get a "cannot determine file system of drive g:" Error, now what?
Great, Thanks for the tip.
Why are you bothering with FORMAT? No need to FORMAT. Plus, it's not good to change the policy, even if you have NTFS usb stick. There a better way. Just open a DOS (Command Prompt) window, give (e.g. if your USB is volume F: and has label "my_volume"):
CONVERT F: my_volume /FS:NTFS
and that's it!
Simple, quick, safe and always working!