wardviaene / hadoop-ops-course

103 stars 164 forks source link

VirtualBox Guest Additions missing #2

Closed mrplug closed 6 years ago

mrplug commented 7 years ago

Update 21.06.17: First i realized, that you're not the distributor of the boxes! 😅

I found out, that using an older Version of the box is not containing the problem. Modified your Vagrantfile file to focus on version "1.1.7" using the following line: node<nodeNumber>.vm.box_version = "1.1.7"

Will check if the problem occurs on newer versions and inform the distributor.

Stay tuned! :)

Original: Hi there!

I tried to import your machines by using vagrant up node1 node2 node3

After some time the following error keeps appearing:

==> node1: Checking for guest additions in VM... ==> node1: Setting hostname... ==> node1: Configuring and enabling network interfaces... node1: SSH address: 127.0.0.1:2222 node1: SSH username: vagrant node1: SSH auth method: private key ==> node1: Mounting shared folders... node1: /vagrant => /Users/<username>/Downloads/hadoop-ops-course-master

Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted was:

mount -t vboxsf -o uid=1000, gid=1000 vagrant /vagrant

The error output from the command was:

mount: wrong fs type, bad iotion, bad superblock on vagrant, missing codepage or helper program, or other error

In come cases useful info is found in syslog - try dmesg | tail or so.

Tried an older version before and it was working totally fine. But when i wanted to reinstall everything, it keeps telling me this. Have you removed VBox Guest Additions from the machines in a newer version?