当前位置:  技术问答>linux和unix

使用u盘ubuntu之后,原来windows系统的时间变了?

    来源: 互联网  发布时间:2017-05-10

    本文导语:  我在u盘里面做了个ubuntu系统,每次使用了ubuntu之后,重启回到windows 7,win7的时间总是变慢好几个小时。如目前的时间是10:00,重启登录u盘的ubuntu之后,再切回到win7,时间变成了1:00。请问这怎么回事啊? ...

我在u盘里面做了个ubuntu系统,每次使用了ubuntu之后,重启回到windows 7,win7的时间总是变慢好几个小时。如目前的时间是10:00,重启登录u盘的ubuntu之后,再切回到win7,时间变成了1:00。请问这怎么回事啊?

|
这是你u盘系统中配置文件有问题,编辑文件 /etc/default/rcS,

找到UTC=yes,修改成UTC=no

保存文件,在系统->系统管理->日期和时间中,设置为正确的日期和时间,在命令行输入下面的命令重启时间: sudo /etc/init.d/hwclock.sh restart

我只能帮你到这了。

|
run this command in ubuntu:
sudo hwclock -w --localtime

|
Multiple Boot Systems Time Conflicts
Operating systems store and retrieve the time in the hardware clock located on your motherboard so that it can keep track of the time even when the system does not have power. Most operating systems (Linux/Unix/Mac) store the time on the hardware clock as UTC by default, though some systems (notably Microsoft Windows) store the time on the hardware clock as the 'local' time. This causes problems in a dual boot system if both systems view the hardware clock differently.

The advantage of having the hardware clock as UTC is that you don't need to change the hardware clock when moving between timezones or when Daylight Savings Time (DST) begins or ends as UTC does not have DST or timezone offsets.

Changing Linux to use local time is easier and more reliable than changing Windows to use UTC, so dual-boot Linux/Windows systems tend to use local time.

Since Intrepid (8.10), UTC=yes is default.

Make Windows use UTC

Note: This method was not initially supported on Windows Vista and Server 2008, but came back with Vista SP2, Windows 7 and Server 2008 R2.

To make MS Windows calculate the time from the hardware clock as UTC.

Create a file named WindowsTimeFixUTC.reg with the following contents and then double click on it to merge the contents with the registry:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTimeZoneInformation]
     "RealTimeIsUniversal"=dword:00000001

Reversing the change
You can create a file with the following contents and then double-click it to merge in the original changes, as above:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTimeZoneInformation]
     "RealTimeIsUniversal"=dword:00000000

or you can enter Registry Editor with
regedit

and navigate down to:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTimeZoneInformation

and delete RealTimeIsUniversal by right-clicking it and deleting it.

Make Linux use 'Local' time

To tell your Ubuntu system that the hardware clock is set to 'local' time:

edit /etc/default/rcS
add or change the following section
# Set UTC=yes if your hardware clock is set to UTC (GMT)
UTC=no

    
 
 

您可能感兴趣的文章:

  • windows下tinyxml.dll下载安装使用(c++解析XML库)
  • 网络突然不能使用了,在WINDOWS下还可以使用
  • nginx Windows版相关问题及使用说明
  • 在Linux下使用GCC如何编译生成Windows下使用的DLL?
  • Windows7 常用使用技巧
  • 我直接在LINUX 系统命令符下使用有乱码?而在WINDOWS下,使用PUTTY 连接却很正常?
  • windows7操作系统介绍及各种使用技巧总结
  • 同机装有Windows和Linux两套系统(先装Win后装Linux),如何使计算机使用Windows的启动模块而不是Linux的启动模块?
  • java中使用jxl生成excel文件,在unix中比在windows中明显慢,有高手知道原因吗?或者说unix和windows的文件系统哪个更快?
  • 在windows下使用虚拟机运行linux,在不插入网线的状态下可不可以使用smb服务
  • 关于windows下的gcc使用问题
  • 编辑menu.lst 使用grub 引导windows
  • 在Linux下能否使用windows的TureType字体
  • 请问有没有在Windows环境下使用的Emacs和Vi版本下载?
  • linux 下如何共享使用windows下的内容
  • LINUX中用visualbox安装的windows,能不能使用校园网拨号上网
  • linux下怎样才能使用window下的文件?
  • 请问怎么在linux下使用windows终端?
  • 一个超级菜得问题:使用x-window
  • 使用不能引导WINDOWS系统
  • 各位大侠,想问问驱动程序中(linux或者windows平台)可否使用线程?
  • unix/linux知识 iis7站长之家
  • C#测量程序运行时间及cpu使用时间实例方法
  • 使用java时间的调查,谢谢大家
  • ftp问题:如何控制用户只能在非工作时间使用FTP?
  • RedHat8.0每次使用有一段时间后硬盘灯就一直亮,象死机一般,鼠标键盘都没反应。
  • 如何使用c语言获取当前系统的时间,就是那个秒数?
  • redhat linux9使用一段时间后,莫明其妙不让登录了?
  • Linux下C程序编译和使用Linux系统时间函数的问题
  • 使用C语言中的time函数获取系统时间
  • php统计时间和内存使用情况示例分享
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Docker官方镜像将会使用Alpine Linux替换Ubuntu
  • 我用ubuntu10.4的感受 A卡如果正在使用9.10不要轻易升级为ubuntu10.4
  • linux/Centos/ubuntu下如何使用umask命令修改新建文件时的默认权限
  • ubuntu9.1下eclipse能使用吗?
  • ubuntu 10.10出现极其诡异的情况,使用gcc编译没任何反应,可以继续输入,但是不提示任何错误;使用make编译效果一样;
  • ubuntu下安装opera无法使用
  • 安装Ubuntu10.04时不能使用sudo命令
  • ubuntu linux里扩展名为tar.gz的文件怎么使用?
  • ubuntu上使用eclipse非常卡,不知为什么
  • ubuntu9.10server 使用光驱
  • ubuntu下wine使用的问题
  • Ubuntu下Shell脚本中[]的使用
  • 如何在Ubuntu中使用WebBrowser控件
  • ubuntu 开机良好,使用许久后系统突然巨慢
  • 已经安装到移动硬盘上的ubuntu怎样在其它电脑上使用
  • windows vista如何使用xmanager连接ubuntu 7.10
  • ubuntu中文使用什么输入法好
  • 在ubuntu上使用tcpdump的问题
  • ubuntu11.10命令行使用?
  • ubuntu中的crontab不能使用
  • ubuntu10.04 耳机使用问题
  • C++ I/O 成员 tellg():使用输入流读取流指针
  • 在测试memset函数的执行效率时,分为使用Cash和不使用Cash辆种方式,该如何控制是否使用缓存?
  • C++ I/O 成员 tellp():使用输出流读取流指针
  • 求ibm6000的中文使用手册 !从来没用过服务器,现在急需使用它,不知如何使用! 急!!!!!
  • Python不使用print而直接输出二进制字符串
  • 请问:在使用oracle数据库作开发时,是使用pro*c作开发好些,还是使用库函数如oci等好一些啊?或者它们有什么区别或者优缺点啊?
  • Office 2010 Module模式下使用VBA Addressof
  • 急求结果!!假设一个有两个元素的信号量集S,表示了一个磁带驱动器系统,其中进程1使用磁带机A,进程2同时使用磁带机A和B,进程3使用磁带机B。
  • tcmalloc内存泄露优化c++开源库下载,安装及使用介绍
  • c#中SAPI使用总结——SpVoice的使用方法


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,