Tôi có ba tệp 1.zip, 1.z01 1.z02. Tôi muốn trích xuất và nối chúng vào một tệp, bằng cách nhấp chuột phải vào 1.zip và chọn "Trích xuất tại đây". Nhưng sau đó có một lỗi:
7-Zip 9.04 beta Bản quyền (c) 1999-2009 Igor Pavlov 2009-05-30 p7zip Phiên bản 9.04 (locale = en_US.utf8, Utf16 = on, HugeFiles = on, 2 CPU)
Lỗi: /home/tim/Desktop/1.zip: Không thể mở tệp dưới dạng lưu trữ
Lỗi: 1
Tôi đã tự hỏi nó là vấn đề gì và làm thế nào tôi có thể giải quyết nó?
Cảm ơn và trân trọng!
THÊM: Việc sử dụng "giải nén -FF" của tôi có sai không? Có vẻ như không hoạt động:
$ 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
Cảm ơn một lần nữa!
THÊM 2: Vẫn không đúng.
$ 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)
Nó tạo ra 1.wmv, chỉ có thể chơi tốt cho đến giữa chừng trong Gnome Mplayer.
THÊM 3: Tôi đang sử dụng sai 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