Convert FAT32 hard drive to NTFS in Windows xp
How to August 15th, 2008
ADVERTISEMENTS
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 & D hard drive name
Tags: command prompt, converter, dos, Windows XP
About
nice