LoginSignup
0
0

More than 5 years have passed since last update.

ゲストOSの時刻をホストOSと同期させるために Guest Additions をインストールする

Last updated at Posted at 2016-12-28

CentOSをインストール

Guest Additionsをインストール

アプリケーションのインストール

# yum update
# yum install gcc perl kernel-devel
# reboot

Guest Additions のインストール

# mount /dev/cdrom /media/
# sh /media/VBoxLinuxAdditions.run
# reboot

CentOSの時刻調整

(ホストOSと30秒ずれたら時刻補正する)
# /usr/sbin/VBoxService --timesync-set-threshold 30000

(再起動しても上記を有効にする)
# VBoxControl guestproperty set "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold" 30000
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0