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

Discussion in 'Parallels Provider for Vagrant' started by Christian2, Feb 8, 2015.

  1. Christian2

    Christian2 Bit poster

    Messages:
    1
    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
     
  2. Last edited by a moderator: Mar 30, 2016

Share This Page