Formating External Hard Drive from Fat to NTFS
Moderator: Ken Berry
Formating External Hard Drive from Fat to NTFS
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
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):
Where d: is the drive letter of the FAT volume. Using the CONVERT utility keeps all the files that are on the drive.
Code: Select all
convert d: /FS:NTFS-
sjj1805
- Posts: 14383
- Joined: Wed Jan 26, 2005 7:20 am
- 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
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
Please view this link for full details from Microsoft:
http://www.microsoft.com/technet/prodte ... rtfat.mspx
