CDROM-Guide forums  

PDA

View Full Version : fat32 to nts


   
doug57uk
Apr 10, 2003, 05:31 AM
is it poss to change from fat32 to nts without having to reformat if so how
many thanks
Doug

whatever!
Apr 10, 2003, 06:42 AM
Just go to the Command Prompt and execute the command:

C:\> CONVERT C: /fs:ntfs

Where C: is a name of the drive you want to convert.

After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.

doug57uk
Apr 10, 2003, 10:16 AM
many thanks my m8