hi farley,
fsck is nothing but the "file system check". when there is a power failure or by some reason the linux system is not properly shutdown, then we have to use this command.
Because the incore iodes related with the application and many other programes(running at the time when system shutdown automatically) running the background also do not get time to update with the hard disk inodes. AND there may be files currupted while immediate shutdown. so u have to recover them or rearrange the inodes.
u can use this command in single user mode. But linux warns for this command. Because some files which are corrupted and can not be recovered, at that time this command would DELETES that files without warning. so linux prefer not to use this command.
generally a good thing happens with the fsck command not bad. u can use this command for inproper shutdown. so don't worry about that.
this is like scandisk the harddisk while booting if the previous session of windows was not properly shutdown.
bye
SANTOSH