3

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.

Zanna
  • 70,465

1 Answers1

0

This is a little bit late and may not be what is wrong in your case but I encountered this issue as well and the formatting was not the issue.

Disabling auto sleep mode on my device (or perhaps some other power saving feature in your case) solved it for me.

Johann
  • 1