View previous topic :: View next topic |
Author |
Message |
bourquetheman
Joined: 18 Aug 2003 Location: Suwon
|
Posted: Sun Oct 23, 2005 6:14 am Post subject: How to convert fat32 to NTFS |
|
|
Well I had the computer guy down the road fix my computer for me, and in the process he reformatted my hard drive and put in XP instead of 2000 which is fine with me. However the idiot used the FAT32 file system instead of NTFS and now I can't unrar anything bigger than 4 gigs which really screws me as there are many files I unrar that are routinely bigger than 4 gigs.
I've followed this page of help that another person gave me the link for but no luck.
Converting to NTFS Using Convert.exe
A partition can also be converted after Setup by using Convert.exe. For more information about Convert.exe, after completing Setup, click Start, click Run, type cmd, and then press ENTER. In the command window, type help convert, and then press ENTER.
It is easy to convert partitions to NTFS. The Setup program makes conversion easy, whether your partitions used FAT, FAT32, or the older version of NTFS. This kind of conversion keeps your files intact (unlike formatting a partition.
To find out more information about Convert.exe
1. After completing Setup, click Start, click Run, type cmd, and then press ENTER.
2.
In the command window, type help convert and then press ENTER. Information about converting FAT volumes to NTFS is made available as shown below.
Command window
Converting FAT volumes to NTFS
To convert a volume to NTFS from the command prompt
1.
Open Command Prompt. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.
2.
In the command prompt window, type: convert drive_letter: /fs:ntfs
For example, typing convert D: /fs:ntfs would format drive D: with the ntfs format. You can convert FAT or FAT32 volumes to NTFS with this command.
Important Once you convert a drive or partition to NTFS, you cannot simply convert it back to FAT or FAT32. You will need to reformat the drive or partition which will erase all data, including programs and personal files, on the partition.
I've tried the above bolded part and it does not work, it says that my file system is FAT32 (duh) and that it needs the volume name. Well the volume name is C:WDocuments and Settings but that doesn't work either.
Man I don't want to have to take it back to him again, would rather just do it myself. Any help would be appreciated. |
|
Back to top |
|
 |
the_beaver

Joined: 15 Jan 2003
|
Posted: Sun Oct 23, 2005 6:21 am Post subject: Re: How to convert fat32 to NTFS |
|
|
bourquetheman wrote: |
Well the volume name is C:WDocuments and Settings but that doesn't work either. |
Negative. The volume name would be along the lines of C: or D: or some such thingery.
Can't help much at the moment, but if you could get your hands on "Partition Magic" I'd imagine your problem would be closer to being solved. |
|
Back to top |
|
 |
bourquetheman
Joined: 18 Aug 2003 Location: Suwon
|
Posted: Sun Oct 23, 2005 1:28 pm Post subject: |
|
|
Exactly what I've tried. In fact I've typed in convert c:/fs:ntsf but each time it simply says "your system is FAT 32" and then "put in the volume name". Frustrating to say the least......... |
|
Back to top |
|
 |
Wrench
Joined: 07 Apr 2005
|
Posted: Sun Oct 23, 2005 3:42 pm Post subject: |
|
|
Put a space... between the c: drive and /fs:ntfs
convert C: /fs:ntfs |
|
Back to top |
|
 |
bourquetheman
Joined: 18 Aug 2003 Location: Suwon
|
Posted: Sun Oct 23, 2005 7:40 pm Post subject: |
|
|
Tried the space and still no luck.  |
|
Back to top |
|
 |
Wrench
Joined: 07 Apr 2005
|
Posted: Sun Oct 23, 2005 10:36 pm Post subject: |
|
|
How big is your C drive?
Try using volume name instead.
try convert "harddrive" /fs:ntfs
If that doesn't help it might because the volume is in use then you might want to try using /x switch.
If you want help on the command use convert /? |
|
Back to top |
|
 |
SuperHero

Joined: 10 Dec 2003 Location: Superhero Hideout
|
Posted: Sun Oct 23, 2005 10:52 pm Post subject: |
|
|
ntfs.com wrote: |
A: Standard Windows utility that is called CONVERT serves this purpose
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. |
You can get to the command prompt by:
Start>programs>accessories>command prompt |
|
Back to top |
|
 |
bourquetheman
Joined: 18 Aug 2003 Location: Suwon
|
Posted: Mon Oct 24, 2005 1:21 am Post subject: |
|
|
I can't believe I'm asking this question but where the heck is the back slash key? I have the "/" (slash) no problem but I don't see the one for the backslash. I'm tyring to follow your directions to the letter but I can't do it without the backslash. |
|
Back to top |
|
 |
the_beaver

Joined: 15 Jan 2003
|
Posted: Mon Oct 24, 2005 1:49 am Post subject: |
|
|
bourquetheman wrote: |
I can't believe I'm asking this question but where the heck is the back slash key? I have the "/" (slash) no problem but I don't see the one for the backslash. I'm tyring to follow your directions to the letter but I can't do it without the backslash. |
The won key. |
|
Back to top |
|
 |
|