I used Ubuntu and an external 3TB drive. When I try to copy files from the External drive to my Ubuntu machine it says " Error splicing file:input/output error". Please tell me the solution. I have a lot of data on the external hard drive.
Asked
Active
Viewed 2,852 times
0
-
What file system has the partition to where you're copying to? – May 28 '19 at 15:04
-
4Possible duplicate of How do I solve "Error splicing files?" – Rinzwind May 28 '19 at 15:04
1 Answers
0
Yes, the destination disk could be formatted with: FAT32 --> Maximum file size = 4GB.
If it was formatted with EXT3, EXT4, or NTFS you could save the file.
But you can also split and join files easily: Split a large file into smaller files and then integrate them to get the original file

VeggieUbuntu
- 13
-
-
Firstly, I would back up the files. Finally, I'd follow the steps detailed in the link that I've shared with you. Why? Because splitting you can transfer your smaller fragments of data to your 3TB drive. Then, joining you can have again your original data, or a copy of it, stored on your 3TB drive. – VeggieUbuntu May 30 '19 at 02:54