Windows10与Ubuntu16世间不同步的问题

安装Ubuntu16.04与Win10双系统后,发现每次切换完后时间就会错乱

百度和Google了很多方法,只有下面这种成功解决了这个问题

1.更新一下Ubuntu时间

sudo apt-get install ntpdate

sudo ntpdate time.windows.com

2.将时间写入cmos

sudo hwclock --localtime --systohc

重启后,进入Windows,时间一致了。

你可能感兴趣的:(Windows10与Ubuntu16世间不同步的问题)