FAT32 to NTFS

  • Thread starter Thread starter Dawn Richardson
  • Start date Start date
D

Dawn Richardson

Is it quite safe to convert my Windows XP system disk which is FAT 32 to
NTFS?
 
In
Dawn Richardson said:
Is it quite safe to convert my Windows XP system disk which is
FAT 32
to NTFS?


"Quite" safe? No, it's an operation that involves the entire
drive, and there's therefore risk. The risk is small, but not
zero. If, for example, there's a power failure while it's in
progress, you could end up unable to read anything on the drive.
For that reason, it's prudent to make sure you have a backup of
anything you can't afford to lose before beginning.

To convert to NTFS, you use the CONVERT command. But first read
http://www.aumha.org/a/ntfscvt.htm because there's an issue
regarding cluster size that isn't obvious.
 
Dawn said:
Is it quite safe to convert my Windows XP system disk which is FAT 32
to NTFS?

Yes, its generally safe. However, ALL major operations of this kind should
not be carried out until you have made a good backup of anything on that
disk you really care about.
 
hello

in order to change the fs from fat32 or fat to ntft do the following:
click on start
click on run
type in "cmd"
type in "cd c:\"
type in "convert c: /fs:ntfs"
(DON'T PUT IN THE QUOTATIONS)

computergeek
 
In
Computergeek said:
in order to change the fs from fat32 or fat to ntft do the
following:
click on start
click on run
type in "cmd"
type in "cd c:\"
type in "convert c: /fs:ntfs"
(DON'T PUT IN THE QUOTATIONS)


Simply doing as you suggest is *not* a good idea, since you will
very likely end up with 512 byte clusters, and take a performance
hit. Read here first: http://www.aumha.org/a/ntfscvt.htm
 
Dawn said:
Is it quite safe to convert my Windows XP system disk which is FAT 32 to
NTFS?


You can safely convert the partition to NTFS whenever desired,
without having to format the partition and reinstall everything. As
always when performing any serious changes, back up any important data
before proceeding, just in case. A little advance preparation is also
strongly recommended, so you can avoid any performance hits caused by
the default cluster size:

Converting FAT32 to NTFS in Windows
http://www.aumha.org/a/ntfscvt.htm

--

Bruce Chambers

Help us help you:



You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
 

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
Your XP mybe a Fat32 13
ntfs v fat32 24
Convert to NTFS without loss of files? 17
NTFS to Fat32 10
Conversion to NTFS 7
Install WIN 98 after WIN XP 16
FAT32 v NTFS 5

Back
Top