Skip to content

Instantly share code, notes, and snippets.

@Crowles
Last active August 3, 2016 18:54
Show Gist options
  • Save Crowles/86f6f65d28a4b5636af1e58eb625d066 to your computer and use it in GitHub Desktop.
Save Crowles/86f6f65d28a4b5636af1e58eb625d066 to your computer and use it in GitHub Desktop.
Rebuild VBox Guest Additions - For when shared folders fail to mount.
#!/bin/bash
# will probably see: /sbin/mount.vboxsf: mounting failed with the error: No such file or directory
# this is fine, carry on.
mount -t vboxsf Shared_Folder ~/SF/
cd /opt/VBoxGuestAdditions-*/init
./vboxadd setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment