How to avoid that Parallels mount my home folder in guest?

Christian2

Bit poster
How to avoid that Parallels mount my home folder in guest?
I have removed a lot of shared folders with this lines
config.vm.provider "parallels" do |v|
v.customize ["set", :id, "--smart-mount", "off"]
v.customize ["set", :id, "--shared-profile", "off"]
v.customize ["set", :id, "--shared-cloud", "off"]
end

but Home folders is already there
Home on /media/psf/Home type prl_fs (rw,nosuid,nodev,sync,noatime,share)
Thank you
 
Back
Top