当在使用 tar 命令解压或查看归档文件时遇到“tar: 归档文件中异常的 eof”错误,这通常意味着 tar 程序在尝试读取归档文件的末尾时,意外地遇到了文件结束(EOF),而没有找到预期的归档文件结束标记。这通常指示归档文件可能已经损坏或未完整传输。 可能导致该错误发生的常见原因 文件损坏:在下载、复制或传输归档文件的...
tar命令出现tar: 归档文件中异常的 EOF window下载了一个linux的内核压缩包,直接拖到虚拟机中的ubuntu系统中,用命令解压的时候提示错误。网上说的是压缩包损坏,我在下载的时候很顺利,估计不是压缩包问题。再次尝试,没有直接拖过去,而是鼠标右键复制,再到ubuntu中右键粘贴。这样文件就没有问题了,解压也很顺利。一切o...
gzip: stdin: unexpected end of file tar: 归档文件中异常的 EOF 问题描述: 使用tar命令解压文件时,报错: gzip: stdin: unexpected end of file tar: 归档文件中异常的 EOF gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recovera...
gzip: stdin: unexpected end of file tar: 归档文件中异常的 EOF 问题描述: 使用tar命令解压文件时,报错: gzip: stdin: unexpected end of file tar: 归档文件中异常的 EOF gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recovera...
归档+压缩:bz2 (算法) [root@localhost ~]# tar -cvf grub.tar /boot/grub2/ [root@localhost ~]# tar -czvf grub.tar.gz /boot/grub2/ [root@localhost ~]# tar -cjvf grub.tar.gz /boot/grub2/ 加z参数对比 加j(bz2)算法对比 [root@localhost ~]# ll -h grub.ta* ...
gzip: stdin: unexpected end of file tar: 归档文件中异常的 EOF gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 原因: 下载的源码包在下载过程中被破坏或者不完整所致。