fsck

Tagged:  •  

Every now and then when you boot up your Ubuntu machine (and this probably applies to most distros) fsck will be run to check your filesystem. Depending how fast you machine is and how large the filesystem is, this may take a while.

A script called AutoFsck allows this test to be done when you shutdown your system, this way you don't have to wait for it looking at a black screen.

Also, there is a simple command line utility that can tell you when the next fsck will be run for your filesystems: showfsck. Just install it with apt-get and run it as root. The output is a bit strange, shows UUIDs, but at least you know how close the next fsck it.

Technorati Tags:

Reply

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options