FAT and NTFS are the two file types system in Windows. We can convert or switch between these types of file types. There is trick to convert a FAT partition to NTFS. As many task operates at different platforms i.e. Fat or NTFS.
So if someone wants to convert a FAT partition to NTFS follow these simple steps :
- Start >> run >> cmd.
- In the command prompt, type convert [driveletter]: /fs:ntfs.
- Now convert.exe will attempt to convert the partition to NTFS.
Note: The chance of corruption or data loss during the conversion from fat to NTFS is least, so it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command.
So it is a simple trick to convert a FAT partition to NTFS.