Zip/Unzip Multi-volume Archives from Command Line

Compress with level 0 means no compression, split then into 500 MB per slice.

zip -0 -s 500m InstallESD InstallESD.dmg

To merge/unzip them:

zip -FF InstallESD.zip --out InstallESD-full.zip