Subject: Re: filesystem code should not panic
To: David Brownlee <abs@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-kern
Date: 11/24/1999 12:12:20
David Brownlee <abs@netbsd.org> writes:

> 	Suggestion: Either a sysctl, or a mount option.

Hmm.

$ uname
unicos
$ man mkfs
...
     -z                Disables the file system panic flag.  This flag,
                       which is enabled by default, causes the kernel to
                       panic when it encounters file system errors.  File
                       system errors encountered when the panic flag is
                       disabled are logged to /dev/fslog and handled by the
                       fslogd(8) daemon.

...

`File system errors' include bad blocks...

/Johan