Snover wrote:At best, you are mounting the wrong filesystem from the CD. At the worst, the label is wrong and this is not a DOS disc. Hybrid discs came with an HFS part and an ISO-9660 part; you need to use the latter.
I think Snover hit the problem on its head here. I bet his Mac OSX only makes the HFS part of the CD available to DOSBox. We need some Mac OSX gurus to tell us how to make the Mac only mount the DOS part.
-------------------
Edit: Does this work??
# mkdir /tmp/my_old_cd
# mount_iso9660 /dev/cdrom /tmp/my_old_cd
# ls /tmp/my_old_cd
-------------------
Edit2: Looks like the command to use is mount_cd9660 :
http://developer.apple.com/DOCUMENTATION/Darw … t_cd9660.8.html
Anyone know what the device name of the CD-ROM might be?
-------------------
Edit3: Try the drutil status command. It should show you the device name. Something like /dev/disk1 (or disk2, or disk3).
-------------------
Edit4: diskutil looks nice, but I don't see any way of telling the mount option in diskutil to mount the ISO-9960.
http://developer.apple.com/DOCUMENTATION/Darw … diskutil.8.html
You are not alone:
http://forums.macosxhints.com/showthread.php?t=1931
-------------------
Edit5: Someone figured it out:
http://forums.osxfaq.com/viewtopic.php?t=4512 … ighlight=hybrid
http://lists.apple.com/archives/darwin-dev/20 … p/msg00136.html
So I guess the trick is the /dev/diskNs1 part, where N is the disk number as shown by drutil status. So perhaps:
# mkdir /tmp/my_old_cd
# mount_iso9660 /dev/disk1s1 /tmp/my_old_cd
# ls /tmp/my_old_cd
and then in DOSBox mount D /tmp/my_old_cd -t cdrom
Maybe add a little disktool -r to the mix.
-------------------
Edit6:
http://www.macosxhints.com/article.php?story= … 060823101421566
-------------------
Edit7: If this works, then that is the easiest solution so far:
http://logic-users.org/forums/LUG/thread/9414
Click the CD-icon while you hold down the Control-key, and then select the "Mount as ISO9660" option. Could it be that simple?
Or, eject the CD, hold down Command-Option-I, and insert the CD again. Keep that Cmd-Opt-I pressed until the mounting process has completed.
http://everything2.com/index.pl?node_id=812785
DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32