Search This Blog

Friday, 7 September 2012

CONVERT FAT TO NTFS

                                CONVERT FAT TO NTFS
                                ====================
                                :- PANKAJ TIWARI


  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.
    Command window
    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.

No comments:

Post a Comment