how to recover a formatted hard drive to format the disk into FAT format [Copy this post link] Leoyzc posted on 2010-06-1316:30:43 [This post was browsed 2073 instances, reply two times] Finally by leoyzc on 2010-06-1316:32:05 Modify some older MP3, MP4 or DVD players, which can only assistance the FAT disk format, so SD cards, U disks, and so forth. should be formatted into FAT format to be recognized by the player, but under WINDOWSXP, when the disk When the capacity exceeds 2G, FAT variety can't be selected during formatting. Only NTFS and exFAT are out there. I encountered this difficulty some time ago. Soon after researching, I identified a straightforward and productive remedy. Here Share it with absolutely everyone.
Immediately after I encountered this problem, I initially searched to get a answer on the internet, and searched for it. You'll find actually lots of folks who encounter this challenge, simply because some industrial handle devices need to also use FAT format disks. The on the internet solutions are large. Part of it can be advised to work with PowerquestPartitionMagic or AcronisDiskDirectorSuite and other computer software for conversion, and some folks recommend to make use of DOS or Windows98 to format, Khan! In actual fact, it really is not so difficult at all, we can straight make use of the format command of WINDOWSXP. 1. We 1st open a command window in WINDOWSXP, after which enter 'format/?' to view the assistance facts in the format command:
C:\DocumentsandSettings\user name format/? Format the disk for use by Windows XP. FORMATvolume[/FS:file-system][/V:label][/Q][/A:size][/C][/X]FORMATvolume[/V:label][/Q][/F:size] FORMATvolume[/V:label][/Q][/T:tracks/N:sectors]FORMATvolume[/V:label][/Q]FORMATvolume[/Q]volume specifies the drive (followed by a colon), mount point Or volume name. /FS: filesystem specifies the file system variety (FAT, FAT32, or NTFS). /V:label specifies the volume label. /Q performs a swift format. /C is only appropriate for NTFS: By default, files created on this newly made volume will be compressed. /X If important, force the volume to become unmounted 1st. At that time, all open handles of your volume are no longer valid. /A:size replaces the default configuration unit size. It can be strongly advisable that you simply use the default settings under normal conditions. NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K. FAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64k, (128k, 256k for sectors larger than 512 bytes). FAT32 supports 512, 1024, 2048, 4096, 8192, 16k, 32k, 64k, (128k, 256k is utilised for sectors bigger than 512 bytes). Note that the FAT and FAT32 file systems have the following restrictions on the variety of clusters around the volume: FAT: number of clusters = 65526 FAT32: 65526 number of clusters 4177918 If it really is determined that the specified cluster size cannot meet the above requirements, formatting will stop quickly. NTFS compression does not help allocation units larger than 4096. /F:size specifies the size of your floppy disk to be formatted (1.44)/T:tracks specifies the amount of tracks per side for the disk. /N:sectors specifies the amount of sectors per track.
2. We can see from the enable information above that '/FS: filesystem specifies the file program type (FAT, FAT32 or NTFS)'.
how to recover formatted hard disk can specify the disk technique kind throughout formatting, and FAT is among them. 3. For that reason, we only will need to bring the parameter '/FS:FAT' when formatting the disk, plus the format in the disk will be the FAT program sort. four. One example is, we want to format the 'H' drive, the operation command is as follows: C:\DocumentsandSettings\user name format/fs:FATh:
From: http://www.net1980.com/2010/03/15/%E5%A6%82%E4%BD%95%E6%8A%8A%E7%A3%81%E7%9B%98%E6 %A0%BC%E5%BC%8F%E5%8C%96%E6%88%90fat%E6%A0%BC%E5%BC%8F/