ubuntu校正时间和修改fstab文件

1.矫正时间至网络服务器时间

1.  安装ntpdate工具
# apt-get install ntpdate
2. 设置系统时间与网络时间同步
# ntpdate cn.pool.ntp.org
3. 将系统时间写入硬件时间
# hwclock --systohc




2.系统启动时出现形如字符串

The disk drive for /osshare is not ready yet or not present Continue to wait; or Press S to skip mounting or M for manual recovery

可编辑 /etc/fstab文件,注释掉出问题的行

然后

1.安装ntfs-config
2.启动ntfs-config自动配置



posted @ 2012-03-07 22:35  coder----  阅读(703)  评论(0)    收藏  举报