Aaron is an interactive business analyst, information architect, and project manager who has been using Linux since the days of Caldera. A KDE and Android fanboy, he'll sit down and install anything at any time, just to see if he can make it work. He has a special interest in integration of Linux desktops with other systems, such as Android, small business applications and webapps, and even paper.
Convert FAT to NTFS Without Losing The Data in Windows
In Windows, you can easily convert a storage format from FAT/FAT32 to NTFS without losing the data within. This will allow you to store files more than 4GB.
1. In Windows, open a command prompt.
2. type
convert drive_letter: /fs:ntfs
For example, convert E: /fs:ntfs would format drive ED: to the NTFS format.
Note: This is a one way process. You can't reverse the process without formatting the drive.