multivolumefile

Handle files larger than single volume capacity with transparent splitting.

pipmacoslinuxwindows
Try with needOr install directly
Source

About

multi volume file wrapper library

Commands

mvf

Examples

split a large file into smaller chunks$ mvf split -i largefile.iso -s 4G
merge split file chunks back together$ mvf merge -i largefile.iso.001 -o largefile.iso
create multi-volume archive for storage media$ mvf split -i backup.tar -s 700M -o dvd_volume
verify integrity of split file volumes$ mvf verify -i largefile.iso.001
list contents of multi-volume file set$ mvf info -i largefile.iso.001