Fat32 or NTFS - That Is The Question
- 4
- Add a Comment
- No Related Post
Not only is this question asked many times in the forums that I belong to, but is still asked my many new users who are confused on which format to use. Basically NTFS provides for increased security, file–by–file compression and encryption and has become the standard for all new computer systems. But wonder if your older system came with Fat32?
For those using Windows XP, the conversion process is normally painless. But anytime we mess with the operating system, some general rules should be applied. Make a backup of your important stuff first. Also it doesn’t hurt to make a restore point as well.
You can use Windows XP conversion tool: Go to Start | All Programs | Accessories | Command Prompt (or, from a Run box, type CMD) to convert C:, give the command:
VOL C:
Then type:
CONVERT C: /FS:NTFS
[Note: Make sure you select the correct drive if your system has mutliple drives installed]
Comments welcome.
[tags]fate32, ntfs, convert, security, encryption, file, system, [/tags]

4 Comments
Don Naphen
November 19th, 2007
at 4:27pm
Ron, just a quick question on this: is it possible to convert from FAT to NTFS on a memory stick, and is it really worth the effort? Just a thought, as I’ve got lots of time on my hands today! LOL
Ron Schenone
November 19th, 2007
at 7:36pm
Hi Don,
Nope - mem sticks are RAM. No fat nor ntfs That’s only hard disks.
Have a good turkey day.
Andrew
November 21st, 2007
at 7:59pm
> Nope - mem sticks are RAM. No fat nor ntfs That’s only hard disks.
Actually, if you look at the properties of a memory stick drive in Explorer, you’ll see that the file system is FAT (unless you have formatted it as NTFS). Vista SP1 will include support for a new standard called exFAT; see http://en.wikipedia.org/wiki/ExFAT and http://windowsvistablog.com/blogs/windowsvista/pages/windows-vista-service-pack-1-beta-whitepaper.aspx#_Toc175944550.
Ron Schenone
November 23rd, 2007
at 6:06am
Hi Andrew,
Thanks for the info.