Path: utzoo!attcan!uunet!uport!jmsully From: jmsully@uport.UUCP (John M. Sully) Newsgroups: comp.unix.microport Subject: Re: file system check at boot time Message-ID: <463@uport.UUCP> Date: 8 Sep 88 19:57:51 GMT References: <629@wa3wbu.UUCP> Reply-To: jmsully@uport.UUCP (John M. Sully) Organization: Microport Systems, Scotts Valley, CA Lines: 8 In article <629@wa3wbu.UUCP> john@wa3wbu.UUCP (John Gayman) writes: > 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 ? Just modify the startup script /etc/mountall, which does an fsstat to check the filesystem status and then does an fsck if necessary. John Sully