CentOS 6.4 will not mount shared folders

Alex_L

Bit poster
Hi,

I set up centos 6.4 minimal and parallels tools, disable selinux but my shared folder are not mounting in /media.
Any help?
thanks
 
Thanks that worked!

FYI -- I also did this which worked. I got the fstab entry from a different CentOS install:

  1. Log in as root
  2. Create the /media/psf folder if it doesn't already exist.
  3. 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.
 
Back
Top