linux和windows双系统时间不同步问题
安装linux双系统后,只要进入linux系统,windows的系统时间就会错误。
解决方案:
//更新时间
sudo apt-get install ntpdate
sudo ntpdate ntp.sjtu.edu.cn
//将时间更新到硬件上面
sudo hwclock --localtime --systohc
安装linux双系统后,只要进入linux系统,windows的系统时间就会错误。
解决方案:
//更新时间
sudo apt-get install ntpdate
sudo ntpdate ntp.sjtu.edu.cn
//将时间更新到硬件上面
sudo hwclock --localtime --systohc
评论已关闭