Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 11184  / 2 Years ago, wed, april 13, 2022, 2:30:05

I have a 7gb .iso file, and I want to move it to a secondary HDD I have connected on my computer, first I tried to move the entire file and it failed saying the file was too large. I noticed always 4GB was copied, so I used split to generate 3GB chunks.



Now I have the 3 chunks in the secondary disk, and I am trying to join them using cat with:



cat x0* > backup.iso


But it also fails saying:



cat: write error: File too large


The resulting file is once again 4GB. How can I join these files?



I have plenty of space on that disk for the files (>50GB). I read somewhere that I should pipe the files contents in real time to avoid this error but I have no idea how to do it.


More From » 10.04

 Answers
7

Wich if the format of your external drive?
Some drives use FAT32, and this limit the maximun file size close to 4Gb.



If you want to have bigger files you should change it. To do this you have to format the external drive.


[#43408] Wednesday, April 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
memorrappin

Total Points: 325
Total Questions: 122
Total Answers: 100

Location: Armenia
Member since Sat, Sep 12, 2020
4 Years ago
;