How can errors be checked?

Your disc drive being checked for errors?

  • I'm getting this massage ever login in my Ubuntu OS. the Message "Your disc drive being checked for errors. This will take some time." followed by this message "checking.. 3%" progress. Press C to cancel. What is the problem in my disc? is it normal for all Ubuntu os? is there any issue?

  • Answer:

    Every so often (More or less after 30 reboots) your hard drives will be checked bu the system. This is normal. Does not mean your hard drive has a problem, it is just routine for the system to make sure everything is ok. If you do a man fstab there is a part that talks about the sixth field of the fstab file in /etc/fstab which says: The sixth field, (fs_passno), is used by the fsck(8) program to deter‐ mine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not present or zero, a value of zero is returned and fsck will assume that the filesystem does not need to be checked. The fields in fstab are (if you do a nano /etc/fstab ): Field 1 Field 2 Field 3 Field 4 Field 5 Field 6 <file system> <mount point> <type> <options> <dump> <pass>

Silambarasan at Ask Ubuntu Visit the source

Was this solution helpful to you?

Other answers

I solved my problem, which was the same as Silambarasan's: A few days ago, out of the blue, it started happening that every time I booted up Ubuntu I got "Your disk drives are being checked for errors, this may take some time"--which it did, at least 10 minutes. Very annoying. Finally I noticed that every time I did a shutdown, just before the machine turned off, the following messages repeated briefly across the screen: "could not write" "broken pipe". So that was why it was checking at every bootup: it was having a problem at every shutdown. I googled broken pipe, and someone advised fixing it by doing "sudo apt-get -f install", which would tell me of an error in /var/lib/dpkg/status. I did that command, but it didn't mention any error. It said: 0 upgraded, 0 newly installed, 0 to remove and 569 not upgraded. I hadn't allowed any updates since installing Ubuntu. All was working fine, so why upset the apple cart? But now it seemed like that might be the problem, so I did the updates. I'm on Ubuntu 10.04, so did as follows: System > Administration > Update Manager Click the Check button to make sure the package info is as up-to-date as possible. Click the Install Updates button. And voila! I no longer get "Your disk drives are being checked..." when I bring up Ubuntu. Susan Anderson 12-8-12

Susan Anderson

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.