无法打开 7z-Archive: 打开错误: 无法将文件打开为 [7z] 存档

无法打开 7z-Archive: 打开错误: 无法将文件打开为 [7z] 存档

我正在尝试使用 ZArchiver 应用程序打开我用手机打包的 7z 文件。可能该过程被中断并且某些文件丢失,但这不是一个大问题。

方舟和卷轴打不开。

[qohelet@localhost che]$ 7z e Cambulera.7z 

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=de_AT.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz (306C3),ASM,AES-NI)

Scanning the drive for archives:
1 file, 1400666544 bytes (1336 MiB)

Extracting archive: Cambulera.7z
ERROR: Cambulera.7z
Cambulera.7z
Open ERROR: Can not open the file as [7z] archive


ERRORS:
Is not archive

Can't open as archive: 1
Files: 0
Size:       0
Compressed: 0

这也不起作用:

[qohelet@localhost che]$ 7z e -so Cambulera.7z > raw
ERROR: Cambulera.7z
Cambulera.7z
Open ERROR: Can not open the file as [7z] archive


ERRORS:
Is not archive

我发现在https://www.7-zip.org/recover.html一些基本的 7z 恢复提示,但没有帮助。使用十六进制编辑器打开它会给出预期的确切输出: 十六进制值

我想知道有这么难。大多数存档格式都相对稳定?我正在使用费多拉。

编辑1:

Das Paket p7zip-plugins-16.02-13.fc29.x86_64 ist bereits installiert.
Abhängigkeiten sind aufgelöst.
Nichts zu tun.
Fertig.
[qohelet@localhost che]$ 7z t Cambulera.7z

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=de_AT.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz (306C3),ASM,AES-NI)

Scanning the drive for archives:
1 file, 1400666544 bytes (1336 MiB)

Testing archive: Cambulera.7z
ERROR: Cambulera.7z
Cambulera.7z
Open ERROR: Can not open the file as [7z] archive


ERRORS:
Is not archive

Can't open as archive: 1
Files: 0
Size:       0
Compressed: 0
[qohelet@localhost che]$ 7z l Cambulera.7z

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=de_AT.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz (306C3),ASM,AES-NI)

Scanning the drive for archives:
1 file, 1400666544 bytes (1336 MiB)

Listing archive: Cambulera.7z


ERROR: Cambulera.7z : Cambulera.7z
Open ERROR: Can not open the file as [7z] archive


ERRORS:
Is not archive


Errors: 1

相关内容