• TechNet
  • Products
  • IT Resources
  • Downloads
  • Training
  • Support
  • Windows
  • Windows Server
  • System Center
  • Internet Explorer
  • Office
  • Office 365
  • Exchange Server
  • SQL Server
  • SharePoint Products
  • Lync
  • See all products »
  • Curah! curation service
  • Evaluation Center
  • Learning Resources
  • Microsoft Tech Companion App
  • Microsoft Technical Communities
  • Microsoft Virtual Academy
  • Script Center
  • Server and Tools Blogs
  • TechNet Blogs
  • TechNet Flash Newsletter
  • TechNet Gallery
  • TechNet Library
  • TechNet Magazine
  • TechNet Subscriptions
  • TechNet Video
  • TechNet Wiki
  • Windows Sysinternals
  • Virtual Labs
  • Networking
  • Cloud and Datacenter
  • Security
  • Virtualization

 

  • Service Packs
  • Security Bulletins
  • Microsoft Update
  • Windows Server 2012 R2
  • System Center 2012 R2
  • Microsoft SQL Server 2012 SP1
  • Windows 8.1 Enterprise
  • See all trials »
  • Training Catalog
  • Class Locator
  • Microsoft Virtual Academy
  • Free Windows Server 2012 courses
  • Free Windows 8 courses
  • SQL Server training
  • e-Learning overview
  • Certification overview
  • MCSA: Windows 8
  • Windows Server Certification (MCSE)
  • Private Cloud Certification (MCSE)
  • SQL Server Certification (MCSE)
  • TechNet Events
  • Second shot for certification
  • Born To Learn blog
  • Find technical communities in your area
  • For small and midsize businesses
  • For enterprises
  • For developers
  • For IT professionals
  • From partners
  • For technical support
  • Support offerings
  • For home users
  • Microsoft Premier Online
  • Microsoft Fix It Center
  • TechNet Forums
  • MSDN Forums
  • Security Bulletins & Advisories
  • International support solutions
  • Log a support ticket
  • Microsoft Customer Support
  • Microsoft Community Forums
spacer
United States (English) Sign in
Home Library Wiki Learn Gallery Downloads Support Forums Blogs
Export (0) Print
Expand All
TechNet Library
TechNet Archive
Windows XP
Maintain Windows XP
Service Pack 2 Feature Management Using Group Policy
Microsoft Shared Computer Toolkit for Windows XP Handbook
Windows XP System Restore
User Data and Settings Management
Use Access Control to Restrict Who Can Use Files
Administering Remote Assistance
How to Use Windows Application Compatibility Mode
How to Set up and Use Automated System Recovery in Windows XP
Certificate Autoenrollment in Windows XP
Resolving Application Compatibility Issues with Compatibility Administrator
How to Use the Compatibility Administration Tool in Windows XP
How to Convert FAT Disks to NTFS
How to Manage Devices with Device Manager
How to Enable Internet Connection Firewall in Windows XP
How to Encrypt Offline Files
How to Share and Set Permissions for Folders and Files Using Windows XP
How to Use the Group Policy Results (GPResult.exe) Command Line Tool
How to Join Your Computer to a Domain
How to Run Legacy Applications Using Windows XP
Applying the Principle of Least Privilege to User Accounts on Windows XP
How to Manage or Prevent Remote Assistance on Users Computers
Managing Windows XP in a Windows 2000 Server Environment
How to Install the Netbeui Protocol on a Windows XP-Based Computer
Network Diagnostics Tools Feature Overview
Windows XP and Broadband Internet Connections
How to Create a PPP over Ethernet (PPPoE) Connection
How to Use Windows XP to Share a Printer with Others on Your Network
How to Install Print Services for UNIX
How to Configure Regional and Language Support for User Accounts
Step-by-Step Guide to Remote Assistance
How to Target Resultant Set of Policy (RSoP) for Users and Computers
Using Software Restriction Policies to Protect Against Unauthorized Software
How to Share Files Using Encrypting File System
Temporarily Disabling Delivery of Windows XP Service Pack 2 Through Windows Update and Automatic Updates has Expired
Here’s why SP2 is such an important update for Windows XP
Teredo Overview
Applying the Principle of Least Privilege to User Accounts on Windows XP
How to Upgrade Administrative Template Files
How to Verify Your Policy Settings
Wireless Deployment Technology and Component Overview
Configuring Windows XP IEEE 802.11 Wireless Networks for the Home and Small Business
Troubleshooting IEEE 802.11 Wireless Access with Microsoft Windows
A Support Guide for Wireless Diagnostics and Troubleshooting
Wireless Networking Security
Installing Windows XP Service Pack 3 (SP3)
Infrastructure Management
spacer spacer

How to Convert FAT Disks to NTFS

Published: October 25, 2001

This article describes how to convert FAT disks to NTFS. See the Terms sidebar for definitions of FAT, FAT32 and NTFS. Before you decide which file system to use, you should understand the benefits and limitations of each of them.

Changing a volume's existing file system can be time–consuming, so choose the file system that best suits your long–term needs. If you decide to use a different file system, you must back up your data and then reformat the volume using the new file system. However, you can convert a FAT or FAT32 volume to an NTFS volume without formatting the volume, though it is still a good idea to back up your data before you convert.

Note  Some older programs may not run on an NTFS volume, so you should research the current requirements for your software before converting.

Choosing Between NTFS, FAT, and FAT32

You can choose between three file systems for disk partitions on a computer running Windows XP: NTFS, FAT, and FAT32. NTFS is the recommended file system because it’s is more powerful than FAT or FAT32, and includes features required for hosting Active Directory as well as other important security features. You can use features such as Active Directory and domain–based security only by choosing NTFS as your file system.

Top of page

Converting to NTFS Using the Setup Program

The Setup program makes it easy to convert your partition to the new version of NTFS, even if it used FAT or FAT32 before. This kind of conversion keeps your files intact (unlike formatting a partition).

Setup begins by checking the existing file system. If it is NTFS, conversion is not necessary. If it is FAT or FAT32, Setup gives you the choice of converting to NTFS. If you don't need to keep your files intact and you have a FAT or FAT32 partition, it is recommended that you format the partition with NTFS rather than converting from FAT or FAT32. (Formatting a partition erases all data on the partition and allows you to start fresh with a clean drive.) However, it is still advantageous to use NTFS, regardless of whether the partition was formatted with NTFS or converted.

Top of page

Converting to NTFS Using Convert.exe

A partition can also be converted after Setup by using Convert.exe. For more information about Convert.exe, after completing Setup, click Start, click Run, type cmd, and then press ENTER. In the command window, type help convert, and then press ENTER.

It is easy to convert partitions to NTFS. The Setup program makes conversion easy, whether your partitions used FAT, FAT32, or the older version of NTFS. This kind of conversion keeps your files intact (unlike formatting a partition.

To find out more information about Convert.exe

  1. After completing Setup, click Start, click Run, type cmd, and then press ENTER.

  2. In the command window, type help convert and then press ENTER. Information about converting FAT volumes to NTFS is made available as shown below.

    spacer

    Converting FAT volumes to NTFS

To convert a volume to NTFS from the command prompt

  1. Open Command Prompt. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.

  2. In the command prompt window, type: convert drive_letter: /fs:ntfs 

For example, typing convert D: /fs:ntfs would format drive D: with the ntfs format. You can convert FAT or FAT32 volumes to NTFS with this command.

Important  Once you convert a drive or partition to NTFS, you cannot simply convert it back to FAT or FAT32. You will need to reformat the drive or partition which will erase all data, including programs and personal files, on the partition.

Top of page
Related Links
  • Windows 2000 Resource Kit
Top of page

Terms

File Allocation Table (FAT)
A file system used by MS-DOS and other Windows-based operating systems to organize and manage files. The file allocation table (FAT) is a data structure that Windows creates when you format a volume by using the FAT or FAT32 file systems. Windows stores information about each file in the FAT so that it can retrieve the file later.

FAT32
A derivative of the file allocation table (FAT) file system. FAT32 supports smaller cluster sizes and larger volumes than FAT, which results in more efficient space allocation on FAT32 volumes.

NTFS File System
An advanced file system that provides performance, security, reliability, and advanced features that are not found in any version of FAT. For example, NTFS guarantees volume consistency by using standard transaction logging and recovery techniques. If a system fails, NTFS uses its log file and checkpoint information to restore the consistency of the file system. In Windows 2000 and Windows XP, NTFS also provides advanced features such as file and folder permissions, encryption, disk quotas, and compression.

Top of page
Was this page helpful?
(1500 characters remaining)
Thank you for your feedback
Show:
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.