Formating External Hard Drive from Fat to NTFS

Moderator: Ken Berry

Post Reply
Poopsi
Posts: 20
Joined: Fri Aug 04, 2006 1:48 am
Location: B.C., Canada

Formating External Hard Drive from Fat to NTFS

Post by Poopsi »

I just installed my Video Studio 10. I am new to the Program. I wish to keep my Videos on an External Hard Drive. My External hard Drive is in the FAT Format and I need to re-format it to NTFS. I am not even sure I can ask this question here. How do I go about re-formating it so I have unlimited File Length? Thank you
THoff

Post by THoff »

You can reformat the drive by right-clicking on it and choosing Format (and lose everything on it), or simply convert it to NTFS using the following command line (it can also be run from the Start -> Run dialog):

Code: Select all

convert d: /FS:NTFS
Where d: is the drive letter of the FAT volume. Using the CONVERT utility keeps all the files that are on the drive.
sjj1805
Posts: 14383
Joined: Wed Jan 26, 2005 7:20 am
operating_system: Windows XP Pro
System_Drive: C
32bit or 64bit: 32 Bit
motherboard: Equium P200-178
processor: Intel Pentium Dual-Core Processor T2080
ram: 2 GB
Video Card: Intel 945 Express
sound_card: Intel GMA 950
Hard_Drive_Capacity: 1160 GB
Location: Birmingham UK

Post by sjj1805 »

The convert method is quick easy and safe. It saves you re-installing anything.

Please view this link for full details from Microsoft:
http://www.microsoft.com/technet/prodte ... rtfat.mspx
Poopsi
Posts: 20
Joined: Fri Aug 04, 2006 1:48 am
Location: B.C., Canada

Post by Poopsi »

Thank you both for the fast reply. I will give it a Try.
Post Reply