Fat32/NTFS

This is a discussion about Fat32/NTFS in the Customization Tweaking category; Upgraded to XP pro from WinME,how do I go about changing from fat32 to NTFS. Do I have to start over again or is there an easy way to do it without losing everything? Thanks.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar33.webp

1 Posts
Location -
Joined 2001-10-30
Upgraded to XP pro from WinME,how do I go about changing from fat32 to NTFS.Do I have to start over again or is there an easy way to do it without losing everything?
 
Thanks

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.
Oct 30
Created
Oct 31
Last Response
0
Likes
2 minutes
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar27.webp

84 Posts
Location -
Joined 2000-11-01
Hiya!
 
Well I know for sure that there was a program for this i Windows 2000 and that it worked. But and this is a really big BUT!!!
 
I used it on my SCSI HD (3.2GB) and all was fine. But later on it started bugging out so i used partition magic have a look. And I got some really weird numbers... It said that it was 3 different partitions:
 
1: was a 400GB partition of unknown type
2: was 128 TB ( thats right folks Terra Bytes) of unpartitioned space
3: a 3.2 GB NTFS (the one i used) I couldn't forat the drive anymore after the change and it just became really cracked up...
 
This drive is retired now
 
Maby others had this kind of trouble and they decided not to put that progg. in with XP. That's all I can tell you...

data/avatar/default/avatar31.webp

147 Posts
Location -
Joined 2000-12-30
Doh!
 
I just did this a few days ago, and now I cant remember the command
 
It was in the XP Help file and you enter it either in Run box or in Console Window (DOS) if you haven't found it by the time I get to a XP machine (later today) I will send you the code.
 
And No you dont loose anything, at least I never.
 
Update: Thanks to a Friend who remembered the command:
 
convert drive_letter: /fs:ntfs
 
so to convert c: it would be
 

Code:
convert C: /fs:ntfs
 
This should work.