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
最后
以上就是无私外套最近收集整理的关于解决Ubuntu启动时的Routine check检查时间过长的全部内容,更多相关解决Ubuntu启动时的Routine内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复