how to convert FAT to NTFS file system

  • 9 years ago
1. Execute "chkdsk h: /f"
//(without quotes) where H is the letter of the drive to undergo conversion. This checks the drive for errors and fixes them automatically.
2. Execute "Convert H: /FS:NTFS"
(without quotes). H is again the letter of the drive to be converted.

Recommended