Skip to content

Instantly share code, notes, and snippets.

@shiraco
Last active August 29, 2015 14:18
Show Gist options
  • Save shiraco/ae50a35754efd9fed78f to your computer and use it in GitHub Desktop.
Save shiraco/ae50a35754efd9fed78f to your computer and use it in GitHub Desktop.
centos6.5 mount error
#!/bin/bash
# http://qiita.com/kazu69/items/812b236e84fee1db3900
sudo /etc/init.d/vboxadd setup # 失敗する
sudo yum -y install http://vault.centos.org/6.4/cr/x86_64/Packages/kernel-devel-2.6.32-431.el6.x86_64.rpm
sudo /etc/init.d/vboxadd setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment