1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Zip 4Gbyte問題は過去の話

1
Posted at

はじめに

2005年のzip3.0から64bit拡張ができたとのことなので、2020年の今頃は大抵大丈夫なんだとは思いますが、
いまだにzip4G問題が根強いので、実証実験結果としてあげておきます。

Ubuntu上で7G超のファイルをzip圧縮し、Windows10上で展開してみました。
結論から言うと標準的な機能を使えば問題ないです(対応していないツールがあるだけ)。

実証環境

Zip(Ubuntu 18.04LTSには入っていなかったので2020/3/5にapt install zipで導入)
Zipのバージョン情報を見ると2008/7/5のもののようです。既に12年近く前

Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
Currently maintained by E. Gordon.  Please send bug reports to
the authors using the web page at www.info-zip.org; see README for details.

実証内容

元ファイル:Ubuntu上の7,704,787,456Byteの(H.264の動画)ファイル
md5sum : 00c069969277dceddd3a2b44250f748c

zip3.0で圧縮 7,353,431,881Byte

Windows10に転送(SMBドライブ経由)

Winndows10の標準の機能で展開
MD5 : 00c069969277dceddd3a2b44250f748c

ファイルサイズもMD5も一致していました

※尚Lhaplusは4G以上のZipファイルの解凍に対応しておらず、エラーがでて解凍できませんでした。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?