Thanks that worked!
FYI -- I also did this which worked. I got the fstab entry from a different CentOS install:
- Log in as root
- Create the /media/psf folder if it doesn't already exist.
- Make sure the /etc/fstab file contains the proper entry:
Code:
#Parallels Shared Folder mount
none /media/psf prl_fs sync,nosuid,nodev,noatime,share,context=system_u:object_r:removable_t:s0 0 0
I prefer parallels tools do it properly, so I backed out my changes and ran /usr/lib/parallels-tools/install and it worked, but just for reference I put this here as well.