from FAT to NTFS - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works

from FAT to NTFS

#1 Metal God

  • Group: Banned
  • Posts: 49
  • Joined: 13-July 05

Posted 14 July 2005 - 06:06 AM

is it possible to convert a FAT system to NTFS without reformatting the hard drive, im using Windows XP SP1 Home Edition

#2 samiko

  • Group: Retired Staff
  • Posts: 424
  • Joined: 22-June 05

Posted 14 July 2005 - 06:18 AM

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.

#3 The_Sloth

  • Group: Member
  • Posts: 160
  • Joined: 12-July 05

Posted 14 July 2005 - 06:19 AM

It is possible with absolutely no loss of data.

Go to Start>Run and type cmd then press Enter.

In the Command prompt that opens type "convert *: /fs:ntfs" without the quotes, replacing the * with the letter of the drive you are converting.

#4 Metal God

  • Group: Banned
  • Posts: 49
  • Joined: 13-July 05

Posted 14 July 2005 - 06:22 AM

hey thnx a lot guys

Share this topic: