
我正在從 Windows 系統遷移到 Linux 系統。我在 Windows 機器上壓縮了一個映像資料夾,並將其透過 ftpd 傳輸到 Linux 機器上。當我嘗試unzip
該文件時,我得到:
error: Zip file too big (greater than 4294959102 bytes)
Archive: gallery.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: gallery.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of gallery or
gallery.zip, and cannot find gallery.ZIP, period.
如果這個文件太大,我該如何解壓縮?
答案1
使用不同的格式,例如 7z?或用p7zip解壓縮。