zip.h 无法打开源文件_如何打开Windows无法处理的巨大Zip文件?
zip.h 无法打开源文件
Most of the time unzipping a zip file in Windows is straightforward, but once in a while a zip file comes along and is nothing but trouble. With that in mind, today’s SuperUser Q&A post comes to the rescue to help a reader get a stubborn zip file opened.
大多数情况下,在Windows中解压缩zip文件很简单,但是偶尔会有zip文件出现,这只是麻烦。 考虑到这一点,今天的SuperUser Q&A帖子旨在帮助读者打开一个顽固的zip文件。
Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.
今天的“问答”环节由SuperUser提供,它是Stack Exchange的一个分支,该社区是由社区驱动的Q&A网站分组。
Photo courtesy of Nicole Hanusek (Flickr).
问题 (The Question)
SuperUser reader meed96 wants to know how to open a very huge zip file that his Windows system is unable to deal with:
超级用户阅读器meed96想知道如何打开他的Windows系统无法处理的非常大的zip文件:
I use an online file backup service (Backblaze) and recently got a new computer. Several files on my old computer were too large to move via my USB drive, so I decided to download them from my backup service.
我使用在线文件备份服务(Backblaze),最近又买了一台新计算机。 旧计算机上的几个文件太大,无法通过USB驱动器移动,因此我决定从备份服务中下载它们。
Specifically, the files included three videos for a total of around 20 GB. However, when I proceeded to unzip them, I got the following error message:
具体来说,文件包含三个视频,总计约20 GB。 但是,当我继续解压缩它们时,出现以下错误消息:
![]()
I use a 250 GB SSD and a 1 TB HDD. I failed to pick up a 2.15 Exabyte hard-drive while picking out my new computer though. How do I fix this?
我使用250 GB SSD和1 TB HDD。 但是,在挑选新计算机时,我没有捡到2.15 Exabyte硬盘。 我该如何解决?
What is the best way for meed96 to get that huge zip file open?
meed96打开巨大的zip文件的最佳方法是什么?
答案 (The Answer)
SuperUser contributor Steven has the answer for us:
超级用户贡献者史蒂文为我们提供了答案:
Use 7-Zip (or another zip utility) to extract the zip file.
使用7-Zip (或其他zip实用程序)提取zip文件。
- Not all .zip features are supported by the Windows Compressed Folders capability. For example, AES Encryption, split or spanned archives, and Unicode entry encoding are not known to be readable or writable by the Compressed Folders feature in Windows versions earlier than Windows 8. Windows压缩文件夹功能不支持所有.zip功能。 例如,在Windows 8之前的Windows版本中,“压缩文件夹”功能无法读取或写入AES加密,分割或跨区归档以及Unicode条目编码。
Quote Source: Zip (File Format) – Implementation [Wikipedia]
引用来源: Zip(文件格式)–实现[Wikipedia]
Have something to add to the explanation? Sound off in the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.
有什么补充说明吗? 在评论中听起来不错。 是否想从其他精通Stack Exchange的用户那里获得更多答案? 在此处查看完整的讨论线程。
翻译自: https://www.howtogeek.com/221733/how-do-you-open-a-huge-zip-file-that-windows-is-unable-to-handle/
zip.h 无法打开源文件