Results 1 to 7 of 7
Hi ! I am using Slackware 9.1 on a Linux ext2 partition (the partition is called LINUX). When the system boots it gives displays a message
LINUX: was not cleanly ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-25-2004 #1Linux Newbie
- Join Date
- Jan 2004
- Location
- Belgrade, S&M
- Posts
- 177
LINUX was not cleanly unmounted...
Hi ! I am using Slackware 9.1 on a Linux ext2 partition (the partition is called LINUX). When the system boots it gives displays a message
LINUX: was not cleanly unmounted, check forced
And then it checks some "inodes" and changes their size. After that it reboots the system, and then it normaly boots. How should I shut down my computer ? I logout of X Windows and then issue a command like shutdown now -h. Should the file system be unmounted first ? Thank You.
- 01-25-2004 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
use
Code:halt
Have a nice day
- 01-25-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
"shutdown -h now" should have worked. Does it hang or something during the shutdown sequence?
In any case, you should have used ext3 instead of ext2. It's journalling, so that you usually don't have to worry about filesystem checks (that doesn't mean that you should shut down the system uncleanly, though).
- 01-25-2004 #4Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
is
shutdown -h now
and
halt
same?Have a nice day
- 01-25-2004 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Yep. Both switch to runlevel 0.
- 01-25-2004 #6Linux Newbie
- Join Date
- Jan 2004
- Location
- Belgrade, S&M
- Posts
- 177
Is is possible that "reboot -f" could have caused this ? Anyway, no more system checks - it boots just fine. I need to read more about boot time module loading and where it is kept. And runlevels too. Thanks for the response, You guys are very nice...
- 01-25-2004 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Yes, `reboot -f' would certainly cause that.


Reply With Quote
