How do I change the default mount point for shared files in a linux virtual machine installed by Parallels?
By default, Parallels mounts shared files to /media/psf, how do I change the mount point to a specific location in a linux virtual machine (e.g. ubuntu)? For example, if I want to change the default mount point of a shared folder to /www/wwwroot, what should I do? I know this is detailed in the official documentation for vmware, but it really isn't in the documentation for parallels, the only thing I can find online is to use the ln softlink method to softlink the default mount point to a specific location; how can I use the mount method to change the default mount point to a specific location?
By default, Parallels mounts shared files to /media/psf, how do I change the mount point to a specific location in a linux virtual machine (e.g. ubuntu)? For example, if I want to change the default mount point of a shared folder to /www/wwwroot, what should I do? I know this is detailed in the official documentation for vmware, but it really isn't in the documentation for parallels, the only thing I can find online is to use the ln softlink method to softlink the default mount point to a specific location; how can I use the mount method to change the default mount point to a specific location?