hdimount
Attempting to mount an old HFS Standard CD-ROM (Macintosh software) I get:
$ ./hdimount-osx13 "CD.iso" /Volumes/HFS
Password:
Error: Unsupported file format
Could this be due to recent (Catalina) changes in macOS (retirement of HFS Standard support), or does Fuse in hdimount work around that?
hfsutils
Using other tools https://www.mars.org/home/rob/proj/hfs/ I can demonstrate that my disk image contains a valid HFS partition.
$ hmount "CD.iso"
/Users/matt/Desktop/CD.iso: contains 1 HFS partition
Volume name is "MacCD"
Volume was created on Mon Sep 5 10:40:25 1994
Volume was last modified on Mon Oct 3 16:49:00 1994
Volume has 12513280 bytes free
System
- macOS 12.3.1 (21E258) "Monterey"
hdimount
Attempting to mount an old HFS Standard CD-ROM (Macintosh software) I get:
Could this be due to recent (Catalina) changes in macOS (retirement of HFS Standard support), or does Fuse in
hdimountwork around that?hfsutils
Using other tools https://www.mars.org/home/rob/proj/hfs/ I can demonstrate that my disk image contains a valid HFS partition.
System