This is the fastest way of splitting a DMG into pieces using a mac and Terminal.
Example 1:
hdiutil segment -o YouTube -segmentSize 4M /Users/Graham/Desktop/FireFox.dmg
Example 2:
hdiutil segment -o YouTube -segmentCount 4 /Users/Graham/Desktop/FireFox.dmg
This isn't working for me. :(
CassiveBrewster 1 year ago
@CassiveBrewster make sure you're changing the username (Graham in the command above) to your own username. Also it might just take a while, make sure you're looking for it in the right place, it should output the files in your home folder(/Users/your-username-here/). Hope this helps.
GrahamW0009 1 year ago