I am trying to mount an old disk image (DMG) that I created in 2005. hdiutil doesn't seem to want to mount it:
I see that there is a file system on the DMG, but it seems to be UFS. All the craze in 2005, but seems to be extinct in 2020. This is what the partition table shows:
$ hdiutil pmap Chlorophyl.dmg
Is there any way to mount this partition still? It seems like Apple_UFS has gone the way of the dodo, and hasn't been supported in MacOS for ages. Not that I find any proof of that, I just can't find any documentation of it anymore. Or am I missing something?
If anybody knows which macos version was the latest to support UFS I'd be happy as well, then I could hunt for an old machine that still runs that version.
$ hdiutil mount Chlorophyl.dmg
hdiutil: mount failed - Geen activeerbare bestandssystemen
I see that there is a file system on the DMG, but it seems to be UFS. All the craze in 2005, but seems to be extinct in 2020. This is what the partition table shows:
$ hdiutil pmap Chlorophyl.dmg
MEDIA: ""; Size 3 GB [6699008 x 512]; Max Transfer Blocks 2048
SCHEME: 1 APM, "Apple Partition Scheme" [1]
SECTION: 1 Type:'MAP'; Size 3 GB [6699008 x 512]; Offset 1 Blocks (6699007 + 1) x 512
ID Type Offset Size Name (3)
-- -------------------- ------------ ------------ -------------------- --------
1 Apple_partition_map 1 63 Apple
2 Apple_UFS 64 6698928 disk image
3 Apple_Free 6698992 16 Explicit Record
Is there any way to mount this partition still? It seems like Apple_UFS has gone the way of the dodo, and hasn't been supported in MacOS for ages. Not that I find any proof of that, I just can't find any documentation of it anymore. Or am I missing something?
If anybody knows which macos version was the latest to support UFS I'd be happy as well, then I could hunt for an old machine that still runs that version.