IT技术网www.itjs.cn

当前位置:首页 > 操作系统 > Linux > Ubuntu > 解决Ubuntu启动时的Routine check检查时间过长

解决Ubuntu启动时的Routine check检查时间过长

发布时间:2009-08-01 16:23 来源:未知

Ubuntu 8.04启动时出现如下例程检查:

Routine check of drives:/dev/sda10

Press ESC to skip

该例程检查时间较长,那么如何跳过呢

本人总结出如下两种方法:

方法一、$sudo tune2fs -c 0 -i 0 /dev/sda10

其中,sda10为我的ubuntu系统根目录所在硬盘

方法二、$sudo vim /etc/fstab

该文件中有如下两行:

/dev/sda10 / ext3 default 0 1

/dev/sda9 /boot ext3 default 0 2

其中:1 代表First file system(pation) to check

2代表All other file systems to be checked.

将1 和 2 都改为 0 即可,表示not check