Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that Routine check check time is too long when Ubuntu starts?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to solve the problem of too long Routine check time when Ubuntu starts". The explanation in this article is simple and clear, easy to learn and understand. Please follow the ideas of Xiaobian slowly and deeply to study and learn together "how to solve the problem of too long Routine check time when Ubuntu starts"!

Ubuntu 8.04 starts with the following routine checks:

Routine check of drives:/dev/sda10

Press ESC to skip

This routine takes a long time to check, so how to skip it?

I have summarized the following two methods:

$sudo tune2fs -c 0 -i 0 /dev/sda10

Where sda10 is the hard disk where my ubuntu system root directory is located

$sudo vim /etc/fstab

The document contains the following two lines:

/dev/sda10 / ext3 default 0 1

/dev/sda9 /boot ext3 default 0 2

First file system(ation) to check

2 stands for All other file systems to be checked.

Change both 1 and 2 to 0, indicating no check

Thank you for reading, the above is "how to solve the problem of Ubuntu startup Routine check time is too long" content, after the study of this article, I believe that everyone on how to solve Ubuntu startup Routine check time is too long This problem has a deeper understanding, the specific use of the situation also needs to be verified by practice. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report