Convert FAT32 hard drive to NTFS in Windows xp
With standard Windows utility “CONVERT”; you can convert your FAT32 hard drive to NTFS in easy way, without losing any data.
just open command prompt and follow these steps.
For convert C hard drive fat32 to ntfs, type this command
C:\> CONVERT C: /fs:ntfs
If you want convert D drive
D:\> CONVERT D: /fs:ntfs
Where C & [...]