> How do you properly restart a Linux box?  I use the command 'shutdown
> -r now'.  But, when I do that, while it is restarting, it tells me
> that the volumes were not properly unmounted, and it does a scan of
> them.  How do I stop this in the future?

'shutdown -r now' is the proper way. What is probably wrong is you're
missing the script to unmount everything. Do you have the same problem
with runlevel 0 (halt), or just runlevel 6?

does /etc/rc.d/init.d/halt exist and do it's soft links exist too?

/etc/rc.d/init.d:
-rwxr-xr-x    1 root     root         3260 Mar  8  2000 halt

/etc/rc.d/rc6.d:
lrwxrwxrwx    1 root     root           14 Apr 14 16:03 S01reboot ->
../init.d/halt

there should be a link in rc0.d too.. should look the same :)

-Statux



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to