Saturday, 19 May 2012

Convert FAT32 drives into NTFS File System without losing any data

Partitions and drives are kept in different formats as by your computer.Basically there are 3 types of File system,Disk,Network and the Special Purpose.
FAT32
(file allocation table) and NTFS (New Technology File System) are the sub part of Disk File system."NTFS" was introduced with the launching of Windows XP in the computer world.The main difference between "FAT32" and "NTFS" file system is that "FAT32" creates 16 sectors so far for file size 18,"FAT32" creates 2 sector (16,2),where as,"NTFS" File system creates 5 sectors (4,4,4,4,2).Generally "NTFS" system is preferred as best file system.
NTFS conversion


Now coming at the point! below is a small tweak by which you can easily convert your "
FAT32" partitions into "NTFS".
How to Convert FAT32 into NTFS without losing any of your data
  • Click on Start button and search for cmd
  • Now right click on it and choose "Run as Administrator option".
  • Now type below code in cmd,Note: "G" is the drive letter,which you want to convert.
chkdsk G: /f
  • Above code will scan drive for any errors and it will automatically fix the errors.


  • Now type below code, Note: "G" is the drive letter,which you want to convert.
Convert G: /FS:NTFS
  • Now wait for a minute and your drive will be converted.
Leave your views below,if it was helpful for you o not.

If this Helped you! Please take few Seconds and share it.

No comments:

Post a Comment

chitika