Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wrldwzrd89

macrumors G5
Original poster
Jun 6, 2003
12,110
77
Solon, OH
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? :confused:

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
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.