Saturday, October 18, 2008

Convert Partitions to NTFS

NTFS is the most recommended filesystem for MS Windows XP.
We can easily convert other file systems like FAT32, FAT in to NTFS.
For performing this open the command prompt.
Start->All Programs-> Accessories
or
Run "cmd.exe"
Then type
convert drive-letter: /fs:ntfs
to convert a selected drive to NTFS. For example, if you want to convert drive D:\  to NTFS, you would type the x=command
convert f: /fs:ntfs
Voila!! The Drive is converted in to NTFS.