I turn my Linux computer off and when I turn it on it runs disk check (fsck) on hard disk. Why?

by Vivek Gite on September 13, 2007 · 7 comments

A typical question asked by many new Linux users. The answer is pretty simple:

Your partitions are not being unmounted properly when you last shutdown the Linux desktop. Linux needs to shutdown properly (I’m sure this applies to Windows and Mac OS too) before powered off. If you skip this step there could be data loss.

If you are using text based session (CLI), type following command as privileged user:
shutdown -h now
OR
halt

If you are using GUI (KDE / Gnome or any other Windows Manager) click on System > Quit button. Look out for shutdown button.

Do not unplug the power supply. Also use UPS (Uninterruptible power supply) to protect data and to avoid other problems. I recommend APC ups for continuous supply of electric power.

Updated for accuracy.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

{ 7 comments… read them below or add one }

1 shawn September 13, 2007

you can also adjust file ext2/ext3 system parameters on partitions via tune2fs.

if you regularly turn off your pc, and you leave the file system defaults, the drives will fsck on a routine schedule (e.g. every 30 mounts or 120 days…).

“man tune2fs” to learn more.

Reply

2 Jonathan Arnold September 13, 2007

Not ‘-r’ but rather ‘-h’. -r does a reboot, while -h does a halt, which should power your computer down.

Reply

3 Artem Nosulchik September 13, 2007

Shawn, you’re exactly right. Here is a useful link how to change maximum mounts count value for filesystem: Set up mount count after system will be checked by e2fsck.

Reply

4 vivek September 13, 2007

Jonathan, thanks for pointing out small issue.

Shawn, correct, but I don’t think so new user is going to play with that option.

Artem, thanks for sharing tutorial.

Reply

5 speedygeo September 14, 2007

How can I shutdown properly an external harddrive partition with reiserfs?

Reply

6 arunanchal September 14, 2007

i think the poweroff command work well

Reply

7 be4truth September 14, 2007

In Ubuntu it does routine checks every 30 mounts even if you shut down properly for maintenance.

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 14 + 15 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: