Today to customers copy environment virtual machine, compressed after 12G, bought 35G USB flash drive, unexpectedly can not be copied into, the hint file is too big.
So Baidu learned: http://www.laomaotao.org/cjwt/824.html
The reason why a file larger than 4G can not be copied is the file system format of the U disk. The default file system of the USB drive is FAT32, and this system format can only hold files less than 4G. So, how do you convert the file system format?
Solution:
< Span style= "Color:rgb (51,51,51); font-family: ' Microsoft Jas Black '; Font-size:14px;background-color:rgb (237,242,245);" >1, click the Start button in the lower left corner of the desktop, and then click " run "program. In the Run Window Command box, enter " cmd "press ENTER to confirm ,
< Span style= "Color:rgb (51,51,51); font-family: ' Microsoft Jas Black '; Font-size:14px;background-color:rgb (237,242,245);" > 2, After opening the DOS command prompt interface, enter " convert G:/fs:ntfs
When you open the DOS command prompt, enter " Convert G:/fs:ntfs "(where G is the drive letter for the U disk), press ENTER to execute
Newly purchased USB flash drive cannot copy files larger than 4g