I had posted a question yesterday where trying to using Kindle for PC under a win7 VM didn't work. By didn't work I mean it could not download any books -- it would invariably give an error.
It turns out that sharing the documents folder was the issue. After downloading a book, the kindle tries to move the book from its temp download location to \\.psf\Home\Documents\My Kindle Content -- a directory which does not exist. I think they try to create the directory by some mechanism that fails across a share like that.
SOLUTION:
Under mac osx, open a terminal window and do:
mkdir "$HOME/Documents/My Kindle Content"
This should make Kindle for PC work under Parallels 5.0, Win7 when sharing of the documents folder is enabled (sharing the folder between osx and the vm).
It turns out that sharing the documents folder was the issue. After downloading a book, the kindle tries to move the book from its temp download location to \\.psf\Home\Documents\My Kindle Content -- a directory which does not exist. I think they try to create the directory by some mechanism that fails across a share like that.
SOLUTION:
Under mac osx, open a terminal window and do:
mkdir "$HOME/Documents/My Kindle Content"
This should make Kindle for PC work under Parallels 5.0, Win7 when sharing of the documents folder is enabled (sharing the folder between osx and the vm).