ฉันมีสามไฟล์ 1.zip, 1.z01 1.z02 ฉันต้องการที่จะแยกและเข้าร่วมเป็นไฟล์โดยคลิกขวา 1.zip และเลือก "แยกที่นี่" แต่มีข้อผิดพลาดเกิดขึ้น:
ลิขสิทธิ์ 7-Zip 9.04 เบต้า 1999-2009 Igor Pavlov 2009-05-30 p7zip เวอร์ชัน 9.04 (locale = en_US.utf8, Utf16 = เปิด, HugeFiles = เปิด, 2 ซีพียู)
ข้อผิดพลาด: /home/tim/Desktop/1.zip: ไม่สามารถเปิดไฟล์เป็นไฟล์เก็บถาวร
ข้อผิดพลาด: 1
ฉันสงสัยว่ามันเป็นปัญหาอะไรและฉันจะแก้ปัญหาได้อย่างไร
ขอบคุณและขอแสดงความนับถือ!
เพิ่ม: การใช้ "unzip -FF" ของฉันผิดหรือเปล่า ดูเหมือนว่าจะไม่ทำงาน:
$ unzip -FF 1.zip
Archive: 1.zip
warning [1.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
file #1: bad zipfile offset (local header sig): 0
ขอบคุณอีกครั้ง!
เพิ่มครั้งที่ 2: ยังไม่ถูกต้อง
$ cat 1.z01 1.z02 1.zip > combined.zip && unzip -FF combined.zip
Archive: combined.zip
warning [combined.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
warning [combined.zip]: 209829313 extra bytes at beginning or within zipfile
(attempting to process anyway)
file #1: bad zipfile offset (local header sig): 209829313
(attempting to re-compensate)
extracting: 1.wmv bad CRC ee181eef (should be f3c61875)
มันสร้าง 1.wmv ซึ่งสามารถเล่นได้ดีจนถึงกึ่งกลางใน Gnome Mplayer
เพิ่ม 3:ฉันใช้ 7z ผิด:
$ 7z e 1.z01
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30 p7zip Version 9.04 (locale=en_US.utf8,Utf16=on,HugeFiles=on,2 CPUs)
Processing archive: 1.z01
Error: Can not open file as archive
$ 7z e 1.zip
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30 p7zip Version 9.04 (locale=en_US.utf8,Utf16=on,HugeFiles=on,2 CPUs)
Processing archive: 1.zip
Error: Can not open file as archive