Jump to content

Fat32 To Ntfs ?


Danny Kearns

Recommended Posts

google: fat32 to ntfs gave me this result (first click)

http://www.ntfs.com/quest3.htm

--

Q: Is it possible to convert a FAT32 Hard Drive to NTFS without losing all data on the drive? I like to change from FAT32 to NTFS, my operating system is Windows XP PRO, how can I do that? Without the lost of my programs?

A: Standard Windows utility that is called CONVERT serves this purpose

Just go to the Command Prompt and execute the command:

C:\> CONVERT C: /fs:ntfs

Where C: is a name of the drive you want to convert.

After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.

^ use google...

Link to comment
Share on other sites

Why is ntfs better?

Supposedly faster, and allows file sizes of over a certain size. Also the max size of a Fat32 partition that Windows likes is 32Gb. I don't think you can notice a speed difference though, and Fat32 is compatible with other operating systems if you're running them on the same system (E.g. dual booting linux and Windows or something).

95% of people should use NTFS though.

Link to comment
Share on other sites

Plus its a journaled file system, meaning data gets written to a log before it gets written to disk, only once its written to disk does it get removed from the log. If the computer crashes, when it is started up again, the log is 'replayed' and the data which didn't have the chance to be written can be written, ensuring safe start ups from a known state every time. Thats a pretty big reason, and also why with NTFS you don't get the annoying disk check when you start up after a crash, like you do with non jounaled file systems.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...