Friday, March 2, 2012

Convert Drives to NTFS without Formatting!



Often we need to convert our drives from FAT/ FAT32 to NTFS. And in that case you may need to set up the whole computer. But there is an easy option for you to do this job. Just follow the steps below:

  1. Open Notepad
  2. Copy and paste the following message in the Notepad
title Marks PC Solution!
convert c: /FS:NTFS
convert d: /FS:NTFS
convert e: /FS:NTFS
convert f: /FS:NTFS
convert g: /FS:NTFS
convert i: /FS:NTFS
convert k:/FS:NTFS
msg %username% NTFS Converter: Presented by www.munnamark.blogspot.com!
      3. Save the file as NTFS.bat

Now what you need to know is that you can select which drive you wanna convert and which you not. Just see the lines above. If you need to convert only C Drive then you don't need to write the following lines in the notepad. 

title Marks PC Solution!
convert c: /FS:NTFS
msg %username% NTFS Converter: Presented by www.munnamark.blogspot.com!
If your desired drive letter is L, then type convert l: /FS:NTFS. By this way you can convert any other drive into NFTS.

Note: If you wanna convert from NTFS to FAT32 then you need to format it. So before converting to NTFS, make sure you really wanna do this. Otherwise you need to format the drive for sure.