I have a problem when I want copy a directory to a disk external, but the directory has size 6 GB.
When try copy it, it gives me a error: " File too large",
I give more information, that directory has a format ext4, my disk external has format NTFS.
Not should I have had this problem, because such as ext4 as NTFS allows this function (when I say "allows this Function" I'm saying that allows copy files larger than 4 GB)
I have Ubuntu 16.04.2 LTS (Xenial Xerus) Ram 16 GB
elisur@elisur:~/Movies$ cp -rv Metallica\ Through\ The\ Never/ /media/elisur/SP\ PHD\ U3/Movies\ Backup/
'Metallica Through The Never/Metallica.ThroughTheNever2013.720pVATAKy.mkv' -> '/media/elisur/SP PHD U3/Movies Backup/Metallica Through The Never/Metallica.ThroughTheNever2013.720pVATAKy.mkv'
cp: error writing '/media/elisur/SP PHD U3/Movies Backup/Metallica Through The Never/Metallica.ThroughTheNever2013.720pVATAKy.mkv': File too large
NTFS
notNFS
right? Second, when you are copying the directory, how are you doing it? – Eric Renouf Mar 09 '17 at 16:08cp -v
would show the list of files while copying, if it doesn't otherwise show the file name). Also, you can edit your question to fix those typos.. – ilkkachu Mar 09 '17 at 16:21disk
andexternal
. And runcp -ir
to see what's happening. – ridgy Mar 09 '17 at 16:21-i
won't help, it only does anything when the target already exists and will be overwritten. – terdon Mar 09 '17 at 17:01mount | grep /dev/sd
? Please [edit] this (and your previous comment) into the question itself – Fox Mar 10 '17 at 03:09