How To Convert FAT32 TO NTFS File System Without Loosing Data
This Trick for Windows
Step 1: Open CMD start with run as administrator
Step 2: In command prompt Run this code “chkdsk D: /f “ (without quotes) here D is the drive letter. This checks the drive for errors and fixes them automatically.
Step 3: Run “Convert D: /FS:NTFS” (without quotes).
Step 4: Wait for some time, when display this message "Conversion Complete".