How to convert a FAT32 volume to an NTFS file system.

G

Guest

I have recently upgraded from WinME to Win2k and upon installation it only
prompted me to upgrade the file system of my C: drive, leaving my second,
HDD, D:, formatted in FAT32. I would like to update the file system to NTFS
but I cannot figure out how.
 
M

Mike D

go to start > run and type cmd
make sure your in c:\winnt\sysem32 dir and type this:
convert d: /fs:ntfs /v
then hit enter jey. It should convert on next boot. If not let me know via
e-mail and I'll walk you through another way.
Mike D
 
G

Guest

Hey, thanks for the information. I had tried using the "convert d: /fs:nfts
/v" command line but I was in C:\My Documents\ for some reason.
 
P

Pegasus \(MVP\)

Mike's advice was only partially correct. In a properly configured
system there is no need to change into the c:\winnt\system32 folder.
The command "convert.exe" can be executed from anywhere.

I also suggest you ignore Mike's invitation to contact him via
EMail, for these reasons:
- Any advice he gives via EMail is beyond the peer review
that you get in newsgroups. This is a worrying thought.
- Your EMail address might end up with spammers.
 
R

Rob Stow

Pegasus said:
Mike's advice was only partially correct. In a properly configured
system there is no need to change into the c:\winnt\system32 folder.
The command "convert.exe" can be executed from anywhere.

I also suggest you ignore Mike's invitation to contact him via
EMail, for these reasons:
- Any advice he gives via EMail is beyond the peer review
that you get in newsgroups. This is a worrying thought.
- Your EMail address might end up with spammers.

Above all do a thorough backup before trying to
convert a partition that holds any data you care
about.

The results can be *very* messy if the convert
operation fails before completion - such as if
the power dies or someone turns off the computer.
 

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

Top