CentOS 6.4 will not mount shared folders

Discussion in 'Linux Virtual Machine' started by Alex_L, Mar 19, 2013.

  1. Alex_L

    Alex_L Bit poster

    Messages:
    3
    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
     
  2. Euge_G

    Euge_G Bit poster

    Messages:
    2
    Did you figure this out? I'm having the same issue.
     
  3. Alex_L

    Alex_L Bit poster

    Messages:
    3
  4. Alex_L

    Alex_L Bit poster

    Messages:
    3
  5. Euge_G

    Euge_G Bit poster

    Messages:
    2
    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.
     

Share This Page