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)
I have removed a lot of shared folders with this lines
but Home folders is already there