Closed dkrotx closed 8 years ago
Hi!
I created VM using docker-machine create ... --parallels-no-share. I thought I won't use /Users inside. But then I realized what I need this.
And it seems to be impossible to enable it back via Desktop Control Center: Options/Sharing/Custom Folders /Users has no effect.
In this case, you should mount the shared folder manually (in the VM):
sudo mkdir /Users sudo mount -t prl_fs Users /Users
parallels.go#L558-L569
Thanks, works great for me!
Hi!
I created VM using docker-machine create ... --parallels-no-share. I thought I won't use /Users inside. But then I realized what I need this.
And it seems to be impossible to enable it back via Desktop Control Center: Options/Sharing/Custom Folders /Users has no effect.