Reformatting and NTFS

Can I just reformat a FAT32 drive and install Windows XP fresh using NTFS? Someone told me I would have to erase the disk first. Since formatting doesnt erase the format, info and partitions a possible conflict could arrise from a FAT32 disk being reformatted with NTFS over it.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar02.webp

117 Posts
Location -
Joined 2001-09-14
Can I just reformat a FAT32 drive and install Windows XP fresh using NTFS? Someone told me I would have to "erase" the disk first. Since formatting doesnt erase the format, info and partitions a possible conflict could arrise from a FAT32 disk being reformatted with NTFS over it.
I thought I was somewhat computer knowledgable but this is a new one on me. Has anyone else heard of this.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
1. Insert XP CD.
2. Boot from it.
3. During XP install you can delete your partitions and make new ones.
4. Format the partitions using NTFS during install.
* You can also keep the existing partitions and just format over them but I recommend deleting the old to get rid of the junk.
 
* Quick formatting does not perform a FULL format. It just wipes the partition info from the MBR. A Full format wipes all information making it even harder to recover information. I recommend a FULL format for cleaning.

data/avatar/default/avatar32.webp

989 Posts
Location -
Joined 2001-08-14
I'm assuming what he's told you is that to go from FAT32 to NTFS you need to reformat the partition and start again. Well, thats not quite true. You can perform a one-way conversion using a command built into Windows XP:
 

Code:
convert x: /fs:ntfs
 
Simply substitute x: for whatever partition you want to convert. You have to be logged on either as Administrator or with another account that has Administratort priveliges.
 
Converting back to FAT32 (although, even given your problems, I can't see any logical reason for doing this) requires a reformat and reinstall.