On Sat, Jun 22, 2002 at 01:31:55AM -0700, Ibomcha Thokchom wrote: > One more problem is that when I shutdown the linux > box, the / (Root file system) is always reported as > busy during the shutdown process. Therefore, When I > restart the linux box it performs a file system check > while booting. Since it effects the root file system, > it may cause some problem.
I think you are having some unterminated process that is still using the root file system during shutdown. You will have to find out which one it is and kill it before the unmount script is called by init during shutdown. Anoop ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
