Cause: The file system format of the USB flash drive defaults to "FAT32", so files exceeding 4G cannot be copied. Solution: Open the cmd command window, enter "convert USB drive letter:/fs:ntfs" and press Enter to confirm, and format the file system to "NTFS".
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
U disk, as a portable mobile storage tool, has played an important role in our lives, but we often encounter that when copying some files to the U disk, the U disk space is obviously missing. There is also a large file, but it prompts that the file is too large and cannot be copied. What's happening here? How to deal with it? Let me introduce it to you below.
First of all, popularize some knowledge. U disks generally have file systems, mainly in three forms: NTFS, FAT16, and FAT32. The three forms correspond to different sizes of single files, as follows:
NTFS: Maximum file 2TB
FAT16: Maximum file 2GB
Solution:.
1. First, click the computer icon on the desktop, open the computer, and you can see the drive letters of each partition and the drive letter of the inserted mobile storage. Here you can see that the drive letter of the U disk inserted by the author is G. drive, right-click the G drive and select Properties. 2. In the opened properties window, you can see that the author’s U disk still has 14G of space, but the file system is FAT32, so when a single file is larger than 4G Sometimes you will be prompted that the file is too large and cannot be copied to the USB flash drive. 3. Next, solve the problem and convert the file system: change the "FAT32" format to "NTFS" Click the lower left corner of the computer, and then Enter the three letters 'cmd' in the input box as shown in the picture, and click Enter, which is the enter key on the keyboard.PHP Chinese website! !
The above is the detailed content of What should I do if the file is too large and cannot be copied to the USB flash drive?. For more information, please follow other related articles on the PHP Chinese website!