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.

1 Answer 1

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.

1
  • Thank you both for your quick reply but I haven't been able to resolve the issue with this method. A few things worth mentioning though: A) Windows (host) tells the right time though the I can't update the time settings (I get the message, "An error occured while Windows was synchronizing with pool.ntp.org"). I tried to fix this (answers.microsoft.com/en-us/windows/forum/windows_7-desktop/…) but was unsuccessful. B) When started, Linux Mint VM syncs with the host time for a few seconds then changes.
    – Tirso
    Commented Nov 22, 2015 at 4:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .