Koozali.org: home of the SME Server

Shutdown doesn't cleanly unmount the filesystems

Bernd

Shutdown doesn't cleanly unmount the filesystems
« on: November 17, 2003, 12:49:32 AM »
Hi, just installed 5.5 (need to run FileMaker server and I've learned that it runs on SME 5.5 - anyone knows if it runs 5.6 or even 6.0 as well?) and everything is fine except that when I shutdown the system (either by being connected via SSH from my desktop and sending a "shutdown -h now" or being connected via SSH as admin and using the console menu to shutdown) the file systems don't seem to be cleanly unmounted. When I reboot the system it takes ages to be ready (I run it headless) and the log files show me this

Nov 16 20:21:40 mrbrown fsck:  was not cleanly unmounted, check forced.
Nov 16 20:21:40 mrbrown fsck: /: |                                                                
Nov 16 20:21:40 mrbrown last message repeated 2 times
Nov 16 20:21:40 mrbrown fsck: /: 43174/4971008 files (0.1% non-contiguous), 494878/9937612 blocks
Nov 16 20:21:40 mrbrown rc.sysinit: Checking root filesystem succeeded
Nov 16 20:21:40 mrbrown rc.sysinit: Remounting root filesystem in read-write mode:  succeeded
Nov 16 20:21:41 mrbrown fsck: /boot: clean, 28/3776 files, 3131/15088 blocks
Nov 16 20:21:41 mrbrown rc.sysinit: Checking filesystems succeeded

Anyone got an idea where to look - or what to look for?

Thanks,
Bernd

Klaus Eckert

Re: Shutdown doesn't cleanly unmount the filesystems
« Reply #1 on: November 17, 2003, 01:22:15 AM »
maybe your filesystem is damaged.
try to run the fsck by hand.
type "man fsck" to learn the options.

cheers klaus