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.
Asked
Active
Viewed 1,593 times
1 Answers
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
- Open terminal with “Ctrl+Alt+T” and type command
sudo apt-get install ntp, after asudo apt-get update - Verify NTP service is running by using command
sudo service ntp status.
In your Windows 7 Host
- Right-click on the Windows clock and choose “Adjust Date/Time”
- Select the "Internet Time" tab and click the "Change Settings" button on the bottom of the screen
Activate the checkbox "Synchronize with an Internet Time Server" and input "pool.ntp.org"
Click on "Update Now"
Finally, check that the time is the same on both VM and host.
Ramhound
- 44,080
Eduardo López
- 229