Home > Article > Computer Tutorials > It prompts that the file is too large and cannot be saved to the USB disk.
php editor strawberry reminds you that when you try to store a file to a USB flash drive, if you encounter a prompt that the file is too large to be stored, it may be because the storage space of the USB flash drive is not enough to accommodate the file. At this time, you can try to clean up some useless files in the USB flash drive, or consider using other storage devices to save your files. In addition, you can also try to compress the file size so that it can be successfully stored on the USB flash drive. Hope these methods can help you solve your file storage problems!
When copying files to a U disk, we often encounter the system prompting "The copied file is too large and cannot be copied." The U disk is normal, but the copied file is too large. What should I do if this happens? What to do? Let me share with you the cause and solution of the problem.
Question: Why is it prompted that the file is too large? Why can’t a 16G U disk copy a 4G data?
Common U disk formats include FAT, FAT32, NTFS and exFAT . Most USB flash drives are initially formatted as FAT32, but FAT32 does not support the transfer of single files larger than 4GB. Therefore, converting the USB disk format to NTFS can effectively solve this problem.
php editor strawberry reminds you that when you try to save a file to a USB flash drive, if you encounter a prompt that the file is too large to store, it may be because the storage space of the USB flash drive is not enough to accommodate the file. document. At this time, you can try to clean up some useless files in the USB flash drive, or consider using other storage devices to save your files. In addition, you can also try to compress the file size so that it can be successfully stored on the USB flash drive. Hope these methods can help you solve your file storage problems!
Method 1
1: Right-click the U disk and select Format
2: Select NTFS for the file system
php editor strawberry reminds you that when you try to store a file to a USB flash drive, if you encounter a prompt that the file is too large to be stored, it may be because the storage space of the USB flash drive is not enough to accommodate the file. At this time, you can try to clean up some useless files in the USB flash drive, or consider using other storage devices to save your files. In addition, you can also try to compress the file size so that it can be successfully stored on the USB flash drive. Hope these methods can help you solve your file storage problems!
3: Click Start
4: Click OK
php editor strawberry reminds you that when you try to store a file When transferring to a USB flash drive, if you encounter a prompt that the file is too large to be stored, it may be because the storage space of the USB flash drive is insufficient to accommodate the file. At this time, you can try to clean up some useless files in the USB flash drive, or consider using other storage devices to save your files. In addition, you can also try to compress the file size so that it can be successfully stored on the USB flash drive. Hope these methods can help you solve your file storage problems!
5: Click OK
php editor Strawberry reminds you that when you try to store a file to a USB flash drive, if you encounter a prompt that the file is too large to be stored, , it may be because the storage space of the USB flash drive is not enough to accommodate the file. At this time, you can try to clean up some useless files in the USB flash drive, or consider using other storage devices to save your files. In addition, you can also try to compress the file size so that it can be successfully stored on the USB flash drive. Hope these methods can help you solve your file storage problems!
6: Start copying large files
7: Note
Formatting the USB flash drive will lose all existing data in the USB flash drive, so be careful to back up the data.
php editor strawberry reminds you that when you try to save a file to a USB flash drive, if you encounter a prompt that the file is too large to store, it may be because the storage space of the USB flash drive is not enough to accommodate the file. document. At this time, you can try to clean up some useless files in the USB flash drive, or consider using other storage devices to save your files. In addition, you can also try to compress the file size so that it can be successfully stored on the USB flash drive. Hope these methods can help you solve your file storage problems!
Method 2
1: Click "Start" in the lower left corner of the computer screen, select "Run"
2, and then click on the screen as shown in the figure Enter "cmd" in the input box shown and click OK
3. In the pop-up command prompt window, enter 'convert g:/fs:ntfs' and press Enter to confirm. (g:/ represents the drive letter of the U disk)
4. After pressing Enter, we will see some information about the current U disk, and at the same time it will prompt that the file system is being converted.
5. Wait for the conversion to complete. The conversion process is relatively slow. The conversion result is as shown below.
6. At this time, the U disk format is NTFS, and you can start copying large files.
7. Note
This method will not format the U disk and the data will not be lost (it is better to back up the data to be on the safe side)
The above is the detailed content of It prompts that the file is too large and cannot be saved to the USB disk.. For more information, please follow other related articles on the PHP Chinese website!