Converting FAT32 to NTFS on a dual boot with 2HDD

This is a discussion about Converting FAT32 to NTFS on a dual boot with 2HDD in the Everything Linux category; 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 , . Last reply 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
May 19
Created
May 20
Last Response
0
Likes
1 minute
Read Time
User User
Users

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.