I've been messing around with the Terminal, trying to force Mac OS X to mount just the Windows portion of a hybrid ISO image containing 2 sessions: One Apple HFS, the other ISO9660. It keeps failing with an "Invalid argument" error. I'm running Mac OS X 10.6.5. Anyone know what I'm doing wrong? 
By the way, disk3s2 is the device name that shows up when I double-click the ISO in Finder then type mount at the Terminal to see mounted disks. I have to perform an unmount of the ISO (using the umount command) before trying the stuff below, else I get a Resource busy error:
By the way, disk3s2 is the device name that shows up when I double-click the ISO in Finder then type mount at the Terminal to see mounted disks. I have to perform an unmount of the ISO (using the umount command) before trying the stuff below, else I get a Resource busy error:
Code:
mkdir /Volumes/Test
sudo /System/Library/Filesystems/cd9660.fs/Contents/Resources/cd9660.util -M disk3s2 /Volumes/Test
mount_cd9660: Invalid argument