The computer does not recognize the U disk batch file, do you understand the secret of the U disk format? Convert U disk format without formatting! .bat gadget - batch file format...

U disk is a personal item for many people and an indispensable tool for many people. But does anyone know the secret of U disk format?

Generally speaking, the default U disk format is FAT32

ca58a96f139afa2e5bd1fe841984fc99.png

This format is the default format when the U disk was just bought. This format has a fast read and write speed, but I wonder if anyone has tried to use it to copy a "single file" file larger than 4GB?

4a2acfcb5890d849bded671edd15aea7.png

FAT32 cannot copy a single file larger than 4G

How to solve the problem that this format cannot copy a single file larger than 4G?

Convert format, how to convert format?

Experienced people will know that the format can be converted through quick format

b20cda58aaa3b7f6338d35b86517456c.png

8416c792b842c08d4ecb40e7a231da66.png

NTFS format will not have a 4GB limit

Choose NTFS format will not have 4GB limit

But doing so will format the files in the U disk

Next, I will teach you a way to format conversion without formatting.

win+r to open the run window, type cmd and press enter

5f066644cdcbfa2aee5313bf48132ecb.png

The first is to enter in the cmd window

convert here to write the drive letter /fs:ntfs (if the format of the drive letter is H, enter H: note that it is an English colon)

then enter,

The second is to make a bat and double-click to change the format

Create a new txt document and copy the following code, save it, change the extension to .bat and double click to run

@echo off

Echo function: Convert FAT32 format disk to NTFS format without formatting PS: This operation is irreversible

set /pq=Please enter the drive letter (for example, to convert the C drive, enter: C and press Enter):

convert %q%: /fs:ntfs

pause

run

0678506cb316773446f81f8503daf534.png

View drive letter

440640df977f0eab957adbfb8bc7f620.png

input drive letter

36c04f9c3237f3ec8d58a24f1432bcd1.png

Enter

f482df55d8bcd6f4ad6475b7e5572a9d.png

conversion completed

! ! ! ! This operation is irreversible, U disk converted to NTFS format can only be converted back to FAT32 format by formatting! ! ! !

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324061008&siteId=291194637