Path: utzoo!attcan!uunet!husc6!rutgers!aramis.rutgers.edu!athos.rutgers.edu!hedrick From: hedrick@athos.rutgers.edu (Charles Hedrick) Newsgroups: comp.unix.microport Subject: Re: file system check at boot time Message-ID: Date: 8 Sep 88 07:25:25 GMT References: <629@wa3wbu.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 7 > Is there a way to configure 2.3U to do a file system check at >boot time even if the previous shut-down was normal ? I know several Take a look at /etc/bcheckrc and /etc/mountall. The first does the fsck of root, the second of other file systems. You can remove the tests and make them happen all the time, ask the users questions or whatever else you like. They're just shell scripts.