XADMaster
XADMaster copied to clipboard
HFS volumes
I would be nice to add support to legacy HFS volumes. For example, after you unar this file you will get Fonts.image, which is a 1.44Mb DiskCopy floppy image. I can easily mount it like this to see inside
mount -o loop,offset=84 -t hfs Fonts.image /mnt/floppy
Can lsar/unar do it for me? Then there is also self-mounting images, sometimes multi-part SMI etc. They also appear to be HFS volumes. I haven't figured out how to mount those.