Trying to unpack 2.5GB .tar.gz file on Linux but getting "An error occurred while trying to open the archive"
        Posted  
        
            by 
                TMM
            
        on Super User
        
        See other posts from Super User
        
            or by TMM
        
        
        
        Published on 2010-09-13T15:21:47Z
        Indexed on 
            2011/01/14
            15:55 UTC
        
        
        Read the original article
        Hit count: 282
        
Hi,
Is there a limit on Linux for the file size of a .tar.gz (or its contents). I am currently creating a .tar.gz (both through the UI/"Compress As" and also through the command line) file for 2 files (6GB and 2GB), and even though it is created successfully, when I try to unpack it using Ark it throws the error "An error occurred while trying to open the archive".
I have seen some places that it might be better to archive the file into several smaller .tar.gz files, but I was wondering exactly how to do this (and subsequently unpack the files). Also, is it totally impossible to use the 1 .tar.gz file approach as this would be much simpler.
Thanks in advance, Tim
© Super User or respective owner