Just use the default GNU tools tar, split and cat. There is absolutely no need for any fancy gui tools or software that you have to run in Wine! Just type the following in a console window: tar cvzf – filename.iso | split -d -b 700m – filename.iso.tar.gz. This wil produce the following files:filename.iso.tar.gz.1filename.iso.tar.gz.2filename.iso.tar.gz.3… Burn
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok
Split ISO image into multiple archives that can later be extracted to the full ISO
Just use the default GNU tools tar, split and cat. There is absolutely no need for any fancy gui tools or software that you have to run in Wine! Just type the following in a console window: tar cvzf – filename.iso | split -d -b 700m – filename.iso.tar.gz. This wil produce the following files:filename.iso.tar.gz.1filename.iso.tar.gz.2filename.iso.tar.gz.3… Burn
Read More