Trick to Convert FAT32 TO NTFS File System Without Loosing Data :
NTFS vs FAT32
:
NTFS creates the sectors in counting of 4, Suppose File size is 18, it will create 5 sectors (4,4,4,4,2).It means that only 2 sectors will be lost. But in case of FAT32 it creates sector in counting of 16 so for file size 18, it will create two sectors (16,2) it means 14 sectors will be lost and this will effects your transfer rate.You can convert FAT32 to NTFS and vice versa.Here is the step by step tutorial to convert FAT32 to NTFS.
1)Open Window Explorer and note the drive letter of which you wan to convert file system
2)In search bar type CMD and right click on it, Select Run As Administrator.
3)Now Run “chkdsk G: /f “ (without quotes) here G is the drive letter. This checks the drive for errors and fixes them automatically.
4)Run “Convert G: /FS:NTFS” (without quotes).
5)Wait for some time, then a message will display on the command prompt stating Conversion Complete.
6)To verify right click on the drive and select properties.
NOTE:- This trick works on Windows 7, windows Vista, Windows XP.
Good Luck , We love Techno .
NTFS vs FAT32
:
NTFS creates the sectors in counting of 4, Suppose File size is 18, it will create 5 sectors (4,4,4,4,2).It means that only 2 sectors will be lost. But in case of FAT32 it creates sector in counting of 16 so for file size 18, it will create two sectors (16,2) it means 14 sectors will be lost and this will effects your transfer rate.You can convert FAT32 to NTFS and vice versa.Here is the step by step tutorial to convert FAT32 to NTFS.
1)Open Window Explorer and note the drive letter of which you wan to convert file system
2)In search bar type CMD and right click on it, Select Run As Administrator.
3)Now Run “chkdsk G: /f “ (without quotes) here G is the drive letter. This checks the drive for errors and fixes them automatically.
4)Run “Convert G: /FS:NTFS” (without quotes).
5)Wait for some time, then a message will display on the command prompt stating Conversion Complete.
6)To verify right click on the drive and select properties.
NOTE:- This trick works on Windows 7, windows Vista, Windows XP.
Good Luck , We love Techno .
No comments:
Post a Comment