Just a site to share some of my memories.
23 March 2012
Many thumb drives are formatted with FAT32, making the maximum file size just shy 4GB. If you need to copy a large file like this to a thumb drive, follow the instructions below.
find ~/ -type f -size +4095M | xargs ls -lh
split --bytes=4095m ~/largeFile /media/thumbDrive/largeFilePrefix
cat /media/thumbDrive/largeFilePrefix* > ~/largeFile
split --bytes=4095m IE9.ova /media/MyPassport/VirtualBoxVMs/IE9.ova_