Joined June 2013
·

Pierre Groth

Head of Development at deepblue networks
·
Hamburg
·
·
·

Posted to Use NFS to speed up your Vagrant over 1 year ago

@adamcohen If you have different uid/gids between host and client, try this config parameters in your vagrant file. No need to change ids in your vm:

config.nfs.map_uid = Process.uid

config.nfs.map_gid = Process.gid

Achievements
236 Karma
14,632 Total ProTip Views