jafenske said:
I tried your suggestion, using the following;
Code:
ln -s /Volumes/Macintosh\ HD/Users/joe/Library/Parallels/winxp/winxp.pvs
/Volumes/Macintosh\ HD/Users/joe/Library/Parallels/Microsoft\ Windows\ XP/
Microsoft\ Windows\ XP1.pvs
This did not work... Could you please elaborate on how you fixed this.
Yes. My documents partition is called "Documents_HFS+". I typed this into the Terminal to create the
.parallels-vm-directory folder:
cd /Volumes/Documents_HFS+
mkdir .parallels-vm-directory
I then went to this folder by selecting "Go to Folder . . ." from the Finder's "Go" menu and entering
"/Volumes/Documents_HFS+/.parallels-vm-directory" (without the quotes); this opened
the folder in a window. Then I made an alias to my .pvs file and moved it into this window.
Then, in the Terminal I typed
cd ~
ln -s /Volumes/Documents_HFS+ Documents
That's all there was to it.
But my problem was that I previously had no ~/Documents/.parallels-vm-directory,
since I had replaced the Documents folder that would normally have been in my
home directory with an alias to my documents partition, so Parallels had not been
able to create the folder there and put the alias to my .pvs file in it.
What you appear to be doing is creating a symbolic link to your .pvs file in your
/Users/joe/Library/Parallels/ folder. What I was doing was creating a symbolic
link to a documents partition that I had put in place of the ~/Documents folder.
Unless I misunderstand you, what you should have done instead is simply to
make an alias to your .pvs file and move it into your
/Users/joe/Documents/.parallels-vm-directory folder, assuming that such a
folder exists. That should solve your problem.