Until a few years ago, installing Windows XP was common practice choose to format the main partition with the FAT32 file system type. This mainly for reasons of accessibility of data from obsolete operating systems (Windows 98) or "alternative" (for Linux to read and write access to NTFS partitions was introduced with a lag, for obvious reasons).
Capita still find old workstation with the FAT32 file system. Lapsed reasonable justification for keeping this kind of choice in such cases I make the conversion from FAT32 to NTFS, since this is a safe, tested and that brings undoubted benefits at operational level, first of all ability to handle volumes larger than 32GB (maximum limit for FAT32).
The conversion operation is extremely simple. Simply open a DOS window and issue the following command:
Convert X: /FS:NTFS /V /NoSecurity
- X: is the drive where we want to convert (for example: C:)
- / V shows to view the details of each transaction (verbose mode)
- / NoSecurity can not restrict access to files converted to NTFS
Will be asked the name of the volume that make the conversion. If the volume did not name, date sent without entering anything. The rest takes place in an almost automatic. Here's an example of the simple step through which pass:
Conversione Partizione Win XP (C)
Il file system è di tipo FAT32.
Inserire l'etichetta di volume corrente per l'unità C:: Win XP
Impossibile eseguire la conversione. Il volume è utilizzato
da un altro processo. Smontare il volume per eseguire
la conversione. TUTTI GLI HANDLE APERTI NEL VOLUME
CESSERANNO IN QUESTO MODO DI ESSERE VALIDI.
Forzare lo smontaggio su questo volume? (Sì/No)
Answer Yes (S) to the latter question. The system will warn you that you dismount the volume because in use and ask if you want to schedule the operation to the next reboot. Again, respond positively and restart the machine.
As I said, the operation is extremely safe and tested, but - as they say overseas - "shit happens," and advice to make a preliminary backup if, for example, you just cut the light while carrying out the conversion filesystem.