Converting FAT32 to NTFS on a dual boot with 2HDD

I have 1st drive XP FAT32 and 2nd drive Fedora 5. I would like to change FAT32 to NTFS. If I format C: from FAT32 to NTFS it says it will delete all data. With that will it delete the boot loader Grub from this hard disk and then I would not be able to dual boot to the 2nd drive which has Fedora 5?.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar07.webp

6 Posts
Location -
Joined 2007-04-22
I have 1st drive XP FAT32 and 2nd drive Fedora 5. I would like to change FAT32 to NTFS.
If I format C: from FAT32 to NTFS it says it will delete all data. With that will it delete the boot loader Grub from this hard disk and then I would not be able to dual boot to the 2nd drive which has Fedora 5?

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
You don't need to format your FAT32 drive. All you have to do is run the command "convert /FS:NTFS C:" from the command line and it will convert your FAT32 partition to NTFS.
 
It might use a 512byte cluster size but it's not that big of a deal.
 
GRUB is installed in the MBR so using the convert command shouldn't have any effect on your boot loader.