Hi, Abe.
Is it that the PC could not read the CD or the disk image?
CDs burned in Finder are compatible with Macs or PCs running Windows. See
"Mac OS X 10.4: Creating a CD Formatted for MS-DOS (Windows)."
However, while
"Disk Utility 10.5 Help: Formatting a disk for Windows computers" states:
"When you create a disk image you can erase it and change its volume format so that other computers, such as MS-DOS for Windows computers or UNIX file system computers, can read it."
Under Tiger, I've not found a way using Disk Utility to create or change a disk image with a Mac volume format to one formatted with the MS-DOS file system. Hence, a disk image created on a Mac using Disk Utility won't be readable on a PC unless the PC is running an application like Mediafour's
MacDrive for Windows.
With Tiger, disk images now always use the Mac OS Extended file system. Under Panther, one could create disk images using the MS-DOS and UNIX UFS file systems, but that's been removed from Disk Utility under Tiger.
One can use the
hdiutil command in Terminal to create a new, blank, Read/Write disk image, or an image from a folder, that uses the MS-DOS file system by including the
-fs MS-DOS
flag in the command.
For example, the following Terminal command:
hdiutil create -srcfolder ~/Desktop/Test -fs MS-DOS -volname DOSTest ~/Desktop/DOSTest.dmg
created a disk image:
• from the folder Test on my desktop (
-srcfolder ~/Desktop/Test)
• in MS-DOS format (
-fs MS-DOS)
• with volume name of DOSTest (
-volname DOSTest) so that when it is mounted it shows as volume "DOSTest" in Finder.
• with the disk image saved as DOSTest.dmg on my desktop (the last parameter,
~/Desktop/DOSTest.dmg).
The command produced some error messages, i.e. two instances of
mount_msdos: /dev/disk3: Resource busy
/sbin/mount failed with error 18176
during the creation process which I have yet to explore, but it turns out the resulting disk image appears fine and mounts on my Mac. It mounts as volume "DOSTEST" (vs. volume name "DOSTest" but -volname may be case insensitive).
Disk Utility shows the mounted volume as having:
Format: MS-DOS File System (FAT-16).
One could then try burning that disk image to CD and seeing how a PC handles it. I don't have a PC running Windows handy at the moment, otherwise I'd try that. 😉
Hope that helps.
Good luck!
😉 Dr. Smoke
Author:
Troubleshooting Mac® OS X