"converting from FAT32 to NTFS

  • Thread starter Thread starter ERNIEOSD
  • Start date Start date
E

ERNIEOSD

Well I have gone to "my computer"
I have read the volume label on my "C" drive which is,
{DISK1PART01 (C:)}. I have entered it, "DISK1PART01",
when it asked for the volume label and it goes to the
next line with a blinking curser.
At that point I cannot access it, add to it or delete it.
How do I get it to accept it and change the drive to NTFS?
 
-----Original Message-----
Well I have gone to "my computer"
I have read the volume label on my "C" drive which is,
{DISK1PART01 (C:)}. I have entered it, "DISK1PART01",
when it asked for the volume label and it goes to the
next line with a blinking curser.
At that point I cannot access it, add to it or delete it.
How do I get it to accept it and change the drive to NTFS?
.
HELP! I forgot that in my topic title.
 
To convert a volume to NTFS from the command prompt
Open Command Prompt.
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.

Notes

To open command prompt, click Start, point to Programs, point to
Accessories, and then click Command Prompt.
You can convert FAT or FAT32 volumes to NTFS with this command.

Kaz
 
-----Original Message-----

To convert a volume to NTFS from the command prompt
Open Command Prompt.
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.

Notes

To open command prompt, click Start, point to Programs, point to
Accessories, and then click Command Prompt.
You can convert FAT or FAT32 volumes to NTFS with this command.

Kaz
NTFS?

.
I am sorry but I neglected to indicate in my question
that I had entered all of the information in "command
prompt". Following that, the problem is as stated above.
 
ERNIEOSD said:
Well I have gone to "my computer"
I have read the volume label on my "C" drive which is,
{DISK1PART01 (C:)}. I have entered it, "DISK1PART01",
when it asked for the volume label and it goes to the
next line with a blinking curser.

That is *probably* the wrong name. You will find the right one if you
give
VOL C: in the command prompt.

First though read up on procedure at www.aumha.org/win5/a/ntfscvt.htm to
avoid some potential troubles
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Converting from FAT32 to NTFS 3
problem converting fat32 to ntfs 6
ntfs v fat32 24
NTFS to Fat32 10
Convert FAT32 to NTFS 10
Convert Fat32 to NTFS 7
fat32 to ntfs. Label problem. 5
Converting Fat32 to NTFS 7

Back
Top