boredzo / apmtool

Apple Partition Map helper tool
0 stars 0 forks source link

New command: unwrap #2

Open boredzo opened 7 months ago

boredzo commented 7 months ago

It should be possible to say “unwrap partitioned-image.img” and get a bare-volume image for every HFS volume in it. (Maybe also every ProDOS, A/UX, etc. volume.)

Possible options:

The output directory path defaults to the input image's path plus a .out suffix (e.g., images/input.img → images/input.img.out). Files in the output directory are created with names like “partition-number, partition-type—volume-or-partition-name.img”.

(Disambiguation is important because multiple partitions may have the same volume name.)