Skip to content

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

Description

@chrvadala

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions