Skip to content

Instantly share code, notes, and snippets.

@tarky
Created November 12, 2014 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarky/f57e2759924875543a3c to your computer and use it in GitHub Desktop.
Save tarky/f57e2759924875543a3c to your computer and use it in GitHub Desktop.
Error of specifying owner & group of Sync directory
Taisuke-no-MacBook-Air:todo-sample-app araky$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu1404-opsworks'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: todo-sample-app_default_1415788850197_12421
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
default: /vagrant => /Users/araky/git/test_opsworks/postgres/todo-sample-app
Vagrant::Errors::LinuxMountFailed: Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=`id -u deploy`,gid=`getent group www-data | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u deploy`,gid=`id -g www-data` vagrant /vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment