Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Created August 8, 2013 02:33
Show Gist options
  • Select an option

  • Save t-cyrill/6180951 to your computer and use it in GitHub Desktop.

Select an option

Save t-cyrill/6180951 to your computer and use it in GitHub Desktop.
/vagrantのmountができないときに打ち込むとよいスクリプト
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` v-root /vagrant
sudo /etc/init.d/vboxadd setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment