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

番茄系统家园 · 2022-11-13 12:54:04

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

免责声明: 凡标注转载/编译字样内容并非本站原创,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。如果你觉得本文好,欢迎推荐给朋友阅读;本文链接: https://m.nndssk.com/xtwt/191533ehvmAc.html
猜你喜欢
最新应用
热门应用