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

Redhat restart system error what to do with an error occurred during the file system check

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

Share

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

The main content of this article is to explain "redhat restart system error an error occurred during the file system check how to do", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "redhat restart system error an error occurred during the file system check how to do" it!

There was an error at startup, an an error occurred during the file system check prompt appeared, and I was told that either enter the root password to fix it, or press ctrl+D to skip it is a file system error.

Analyze the reasons:

After the disk partition, the partition is not formatted and cannot be read by the system. An attempt was made to correct the / etc/fstab file to comment out the newly added partition. But only if the system is under mount can it be modified.

Resolution steps:

(1) enter the root password and execute mount-o remount,rw /

(2) vim / etc/fstab

Comment out the / dev/sdb1 line. Restart.

(3) execute resize2fs / dev/sdb1 error message after getting up: check that the partition is not formatted.

Then type fdisk-l to see the partition we just divided.

Then format it with mkfs-t ext3-c / dev/sdb1. If there are multiple partitions, you can change sdb1 to sdb2 sdb3.... And so on, you can use fdisk-l to see the name of each partition

(4) try whether the mount home is normal. If it is normal, you can uncomment the line / dev/sdb1 in / etc/fstab.

At this point, I believe that everyone on the "redhat restart system error an error occurred during the file system check how to do" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

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