Skip to content

Instantly share code, notes, and snippets.

@pdebski
Last active January 16, 2018 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdebski/66fe1e34b233d8b7b8ea85c21e3eed08 to your computer and use it in GitHub Desktop.
Save pdebski/66fe1e34b233d8b7b8ea85c21e3eed08 to your computer and use it in GitHub Desktop.
Compress with 7zip.txt
$ 7z a -mx=9 Jackson* Jackson*
$ 7z a -mx=9 -v4000M Jackson* Jackson*
@pdebski
Copy link
Author

pdebski commented Jan 16, 2018

-v4000M - make it fit on FAT volume
Note: -v4G contrary to your belief will NOT make the volumes fit on FAT fs as 7z calculates compressed size with some approximation and additionally adds checksum to the compresses volume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment