Format
the Pendrive to NTFS file system using command prompt.
Before
formating your USB flash drive to NTFS file system, you need to enable the
"Removal policy" of the Pendrive to "Better performance"
option. Otherwise windows cannot format to NTFS filesystem.
For doing this, go to "Properties" of the pendrive and select "Hardware" tab and select the Pendrive from the listed disks then click on "Properties". Then click on "Policies" tab and enable the option "Better performance" and click "OK". Now run the below command in command prompt.
In the below command "g" is the drive letter of the USB flash drive.
C:\>format g: /q /fs:ntfs
For doing this, go to "Properties" of the pendrive and select "Hardware" tab and select the Pendrive from the listed disks then click on "Properties". Then click on "Policies" tab and enable the option "Better performance" and click "OK". Now run the below command in command prompt.
In the below command "g" is the drive letter of the USB flash drive.
C:\>format g: /q /fs:ntfs
No comments:
Post a Comment