This might seem like a common question, but I haven't found an answer to it here.
I'm trying to move a really large file (50GB, it's a virtual harddrive with windows 10 on it). I want to copy it from my /home
(located on HDD) to /vdrive
(located on SSD).
Everything is formated in EXT4 (no fat32 or NTFS) and the /vdrive
directory has the corresponding permissions.
The error thrown is
Error splicing file: Input/output
I've have had this problem before trying copying this type of large file from one directory to other. I hope someone can help me, thanks in advance.
cp
to copy the file. This would eliminate Nautilus as the one choking on the large file. Let me know. Cheers, Al – heynnema Oct 06 '16 at 22:17fsck.ext4
– user.dz Nov 27 '16 at 23:28