Home >Common Problem >How to change the USB disk to fat32 format
Method: First insert the U disk into the computer, right-click the U disk letter, and select [Format]; then in the format interface, select [FAT32] for "File System" and click [Start]. Just wait for the formatting to complete. Or open the cmd command window and use the "convert USB drive letter: /fs:FAT32" command to convert.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
How to change the U disk to fat32 format
Method 1:
Insert the U disk Computer, click to open "Computer" on the desktop, right-click the U disk letter, select [Format]
In the formatting interface that pops up, select the file system as [FAT32 ], then click [Start]
Wait for the formatting completion dialog box to pop up, right-click the U disk letter, select the properties option, you can see that the U disk format has been converted to FAT32
Method 2: Use DOS commands to convert
Click the "Start" menu in the lower left corner of the computer and find the [Run] option , click to open
#Enter the run dialog box, enter the CMD command, click OK to enter the DOS interface
Enter DOS Interface, enter the convert H: /fs:FAT32 command, click OK to perform format conversion (H is the disk drive letter)
When the following picture pops up, it indicates that the U disk format has been successfully converted , right-click the drive letter to view the disk format
For more related knowledge, please visit the FAQ column!
The above is the detailed content of How to change the USB disk to fat32 format. For more information, please follow other related articles on the PHP Chinese website!