Parallels Mounter hangs

geychaner

Junior Member
Mac OS 10.5.4, Parallels Desktop build 5608

When attempting to mount a Linux or DOS hard drive from the command line, e.g.:
open -Wa "/Library/Parallels/Parallels Mounter.app" $HOME/Parallels/SciLinux/redhat.hdd
Parallels Mounter hangs with a spinning beachball. (Yes, that's the right directory for the VM.) Activity Monitor shows two processes Not Responding, "Parallels Mounter", and "open". Using Force Quit on Parallels Mounter opens the "Problem Report" window, which I have attached the contents of. In addition, a "Parallels Explor" process has to be killed to allow access to the hard drive. The drive seems to work find in the Virtual Machine, and from Parallels Explorer; it's only Parallels Mounter that has a problem.

Thanks for any help.
 

Attachments

They mount fine when I double-click (or control-click or right-click and select "Open").
They will mount from the Terminal if I do something sneaky like:
osascript -e 'tell application "Finder" to open "xxx.hdd" in folder ...'
It's only the "open" command from Terminal that hangs Parallels Mounter.
 
Last edited:
Use command like this
/Library/Parallels/Parallels\ Mounter.app/Contents/MacOS/Parallels\ Mounter /Users/johnmcgakh/Documents/Parallels/Microsoft\ Windows\ XP/winxp.hdd
 
Same behavior. But I figured it out; one of the applications I installed seems to have installed a library that Parallels isn't happy with. I'm not sure which library, so I'm simply not installing the application for the time being until I figure it out. I'll let you know when I figure it out.
 
It appears, as best I can tell, that Parallels Mounter is picking up the wrong copy of libgcc_s.1.dylib due to a DYLD_FALLBACK_LIBRARY_PATH environment variable one of my applications uses.
 
Nope. In fact, for other reasons, I wound up reinstalling my whole machine, and it still didn't help. For whatever reason, Parallels Mounter from the command line picks up the library from the wrong place when DYLD_FALLBACK_LIBRARY_PATH is defined.
 
Back
Top