i've got a 7.2GB tgz file that i created of my /home directory. it currently lives on /media/backup. i don't want to use /media/backup to restore the file, once i've installed on my new machine, so i figured i'd move the 7.2GB file on to a 16GB USB drive. i gave it the following command, and got the following response, after about 2.5 hours and 4.3GB of copying:
file too large? this is a 16GB thumb drive, and the backup is only 7.2GB... it shouldn't be too large...
still, i've had bad thumb drives, so i try an 8GB drive... 2.5 hours and 4.3GB of copying later, i get the following message:
8/
what am i doing wrong?
Code:
salamandir@Gingko:/media/backup$ cp 2015-09-27-Gingko.tgz /media/TELPONIC/. cp: error writing ‘/media/TELPONIC/./2015-09-27-Gingko.tgz’: File too large cp: failed to extend ‘/media/TELPONIC/./2015-09-27-Gingko.tgz’: File too large
still, i've had bad thumb drives, so i try an 8GB drive... 2.5 hours and 4.3GB of copying later, i get the following message:
Code:
salamandir@Gingko:/media/backup$ cp 2015-09-27-Gingko.tgz /media/DWEEZIL/. cp: error writing ‘/media/DWEEZIL/./2015-09-27-Gingko.tgz’: File too large cp: failed to extend ‘/media/DWEEZIL/./2015-09-27-Gingko.tgz’: File too large
what am i doing wrong?
Comment