1

I'm running Linux Mint 17 VM using VirtualBox on a Windows 7 (host). I've followed the steps found here and installed all three packages, but I still can't make the time sync with the host.

Tirso
  • 11

1 Answers1

0

Instead of trying to sync time between VM and Host, just sync both with a NTP Server (for instance, pool.ntp.org). The result will be identical: Both having the same date and time.

In your Linux Mint VM

  1. Open terminal with “Ctrl+Alt+T” and type command sudo apt-get install ntp, after a sudo apt-get update
  2. Verify NTP service is running by using command sudo service ntp status.

In your Windows 7 Host

  1. Right-click on the Windows clock and choose “Adjust Date/Time”
  2. Select the "Internet Time" tab and click the "Change Settings" button on the bottom of the screen
  3. Activate the checkbox "Synchronize with an Internet Time Server" and input "pool.ntp.org"

  4. Click on "Update Now"

Finally, check that the time is the same on both VM and host.

Ramhound
  • 44,080