0

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.

MagicFab
  • 1,355

1 Answers1

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

  • Some of my data are Database back up which is not split. – Fekadu Hordofa May 29 '19 at 07:11
  • 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