lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: June 23 2007,14:47 |
|
Quote | Can't remember the exact message right now |
That's what dmesg is for. You can also get it from the stats script (there's a tab for dmesg, iirc).
As annoying as forced checks are, I wouldn't disable it or attempt to override it. I've been through that enough times (Linux, Windows, etc.) to know how infuriating it can be, but it only takes one time to catch a serious problem to make it worthwhile. The man page for tune2fs warns:
Quote | You should strongly consider the consequences of disabling mount-count-dependent checking entirely. Bad disk drives, cables, memory, and kernel bugs could all corrupt a filesystem without marking the filesystem dirty or in error. If you are using journaling on your filesystem, your filesystem will never be marked dirty, so it will not normally be checked. A filesystem error detected by the kernel will still force an fsck on the next reboot, but it may already be too late to prevent data loss at that point. |
It's one thing if your computer is shut down due to a power failure. It's another if something's wrong with your filesystem(s) that you really need to know about. Despite what curaga suggested, your data (pics, settings, etc.) are stored separate partition from the ISO in a frugal install and that partition isn't read-only. It should be checked following a forced and improper shut down, whether it's related to a blackout or something else (imo).
See the tune2fs man page for commands that will allow you to disable checks. (e.g., tune2fs -i 0 -c 0 /dev/hda) http://www.netadmintools.com/html/tune2fs.man.html
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|