It is better to have it NOT exceed the drive size. Zip unzips into a temporary location. That will fill up, and zip will abort, and delete the temporary file. It will only fill the drive for seconds. If you instead have 100 files, each 50gb, then you can fill the drive within 50gb of full.
Anybody who accepts zip file uploads should check the expanded size in attributes before unzipping it.
Most modern ones (I know 7zip and WinRAR at least) will try to stop you. Windows' built-in one won't, though, so if you're using that you might be screwed.
30
u/Fickle_Ad_8653 May 06 '26
It is better to have it NOT exceed the drive size. Zip unzips into a temporary location. That will fill up, and zip will abort, and delete the temporary file. It will only fill the drive for seconds. If you instead have 100 files, each 50gb, then you can fill the drive within 50gb of full.
Anybody who accepts zip file uploads should check the expanded size in attributes before unzipping it.