I have a 4Gb tar.gz archive downloaded from a Linux server machine. The machine we are on is a Zorin 16 OS machine. I am using both Nautilus / Archiver (file-roller I think it is) / Xarchiver
We have many files in a sub folder but we can't extract them because Archiver states Invalid file name. For example, the names in the archive are:
1601142280.M258953P10421.basic.address.com,S=17488,W=19679:2,S I am also unable to rename the files in the archive (renaming to remove the : and similar characters).
I need to extract all of these files from the archive into the file system here but I can't do this. How can I get this extraction to work? The file names are not necessarily needing to be preserved.
The .tar.gz archive has been downloaded locally on to an ext4 / USB type data drive.
For each file of this filename structure, using Xachiver extraction GUI returns:
/directory/structure/to/files/cur/1699067526.M500170P14222.basic.address.com,S=103498,W=106677\:2,af: Cannot open: Invalid argument And using the tar xvzf my_archive.tar.gz format returns:
46725.M936P5193.basic.address.com,S=15058,W=15294\:2,Scf: Cannot open: Invalid argument Other files from the archive extract ok.
filename.tar.gz. The file is openable and readable but I can't extract or edit the files themselves.cdto the directory where the archive is and then runtar xvzf filename.tar.gz?46725.M936P5193.basic.address.com,S=15058,W=15294\:2,Scf: Cannot open: Invalid argumentfor all of these types of filesUSB driveis indeedext4by runningdf -hTorlsblk -f. Did you try extracting thetararchive to a directory somewhere in$HOME/. The error seems to be due to the filesystem of yourUSB drive[1]. Trytar -xf <your tar archive> -C ~/Downloads/. [1]unix.stackexchange.com/questions/349914/…