Replies: 2 comments 2 replies
-
The way I have found so far is on Windows and not the most elegant but maybe it helps you: |
Beta Was this translation helpful? Give feedback.
-
The Linux kernel has support for HFS and HFS+ -- https://www.kernel.org/doc/html/latest/filesystems/hfs.html I would suggest you play around with mounting the file system and copy files over once it's mounted. Any tool with the functionality that you propose would probably involve automating the mounting and dismounting the file system in this fashion. Personally, I would suggest you play around with the PiSCSI web interface's "Download to ISO" feature, or run Netatalk for AppleShare file sharing. The former only requires the Mac to have a CD-ROM driver, which shouldn't be too hard to set up. |
Beta Was this translation helpful? Give feedback.
-
I want to be able copy a file (e.g. "DaynaPORT 7.5.3.sea", downloaded from macintoshgarden.org or from the web) and place it into the root folder of an "hda" image file (if there is enough disk space on it).
Would like to do this from the linux command line, e.g.
It should be able to properly set the Resource Fork (File Type and Creator attributes) on the target file, for popular file extensions.
Is there such utility? Or is there an easier way to bring mac software files from the web onto an hda image?
Beta Was this translation helpful? Give feedback.
All reactions