Fat32 to NTFS

  • Thread starter Thread starter Jim Brown
  • Start date Start date
J

Jim Brown

I am considering doing the convert. Is it OK to just go ahead and run
it or do I need to worry about the cluster size?
I will be doing a full backup before running the convert.

--
Thank you,
Jim Brown

My messages both sent and received are
checked by Norton AntiVirus 2004.
 
You just need to run CONVERT <drive> /FS:NTFS; no need to worry about the cluster size (NTFS uses 4K by default). Excellent idea to always run a full backup prior to any modifications that could have an impact on your system.
 
Greetings --

You can safely convert your hard drive 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
 
Greetings --

Wrong, Wrong, Wrong. While NTFS will _format_ a hard drive or
partition using a default cluster size of 4 Kb, but the conversion
process, using Convert.exe, creates a cluster size of 512 bytes by
default. This can seriously affect the performance of the system.

Read a little, and learn:

FAT & NTFS File Systems in Windows XP
http://www.aumha.org/a/ntfs.htm

Choosing Between File Systems
http://www.microsoft.com/technet/tr...prodtechnol/winntas/tips/techrep/filesyst.asp

NTFS file system
http://www.digit-life.com/articles/ntfs/


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


Sean said:
You just need to run CONVERT <drive> /FS:NTFS; no need to worry
about the cluster size (NTFS uses 4K by default). Excellent idea to
always run a full backup prior to any modifications that could have an
impact on your system.
 
Not quite true. As long as your partition(s) are larger than 2GB, the
cluster size created should be 4KB. According to your reference URL.
 
Greetings --

Yes, those are the default cluster sizes created if one initially
_formats_ a partition as NTFS. Those are _not_ the cluster sizes that
result from a conversion.

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
 
Darrell said:
Not quite true. As long as your partition(s) are larger than 2GB, the
cluster size created should be 4KB. According to your reference URL.

The problem is one that arises in the conversion. Such a FAT 32
partition may have 4 K clusters - but as set up by earlier versions of
the partitioning/formatting, notably by 9x FDISK and FORMAT, the data
clusters are aligned relative to the start of the partition, not on 4 K
boundaries as required by NT, but offset from those by 2K. You would
think the convert could at least achieve a 2K cluster - but no, it gives
up and creates single sector clusters (ie no clustering at all) for 512
bytes

And this is not only on old machines. I just got a new Toshiba Tablet;
and it came with FAT 32 'to give a choice' plus a desktop icon to
convert. Using it resulted in 512 byte clusters, and I had to use their
'restore' CD. That I noticed was based on a Win98 startup boot, and
investigation showed this exact problem. Align with BootIT NG (or
Partition Magic 8 if you happen to have it) first
 

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

Fat32 to NTFS Convert 4
NTFS or FAT32 ? 22
NTFS to Fat32 10
Converting from FAT32 to NTFS 3
FAT32 to NTFS Convert 2
Fat32 to NTFS 5
NTFS vs FAT32 7
FAT32 >>> NTFS 12

Back
Top