How to change usb file system?

How to change the traditional file system of a usb flashdrive(fat32) into ntfs or other file system?

2 Answers

This article answers your question:

Q: How do I format a USB Flash Drive to NTFS file system?
A: To enable NTFS on your USB Flash Drive drive (USB Flash Memory):

  1. Right click My Computer and select Manage.
  2. Open the Device Manager and find your USB drive under the Disk Drives heading.

    enter image description here

  3. Right click the drive and select Properties.
  4. Choose Policies tab and select the "Optimize for performance" option.

    enter image description here

  5. Click OK.
  6. Open My Computer.
  7. Select Format on the flash drive.

    enter image description here

  8. Choose NTFS in the File System dropdown box.
  9. Device Formatting is completed.

    enter image description here

Important: To remove a device safely without data loss use a "safely remove hardware" procedure or Eject function from Windows Explorer.

enter image description here

You could use convert.exe:

> CONVERT driveletter: /FS:NTFS

where driveletter is the driveletter of your flash drive of course.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like