usb drive

Format USB Thumb drive with NTFS filesystem

In Windows, we all know that we can't format our thumb drive to NTFS by default. There are no options for NTFS when we're trying to format our thumb drive. But that doesn't mean that we can't have NTFS filesystem on our thumb drive. All we have to do is use the Convert utility to change the thumb drive's filesystem to NTFS. Here's how:

1) Open your Command Prompt
2) Assuming the drive for your thumb drive is "X", type the following line in command prompt:-

C:\Users\Yourname> CONVERT X: /fs:ntfs

Syndicate content