How to convert FAT to NTFS
I have a second hard disk running on my Windows XP box and its running on FAT. Why would u want to convert FAT to NTFS? There are few reasons why you want to convert FAT to NTFS:
- You can encrypt and decrypt file on NTFS
- Better hard disk usage efficiency
- NTFS provides quota
- File by file compression
- Click Start >Run
- type cmd and click run
- the full command is CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]
- As an example let say if I want to convert my D: drive from FAT to NTFS I just have to type CONVERT D: /fs:ntfs
Wouldn’t the *sudden* change of default file accessing format cause some programs to not work?