From owner-freebsd-hackers Wed Mar 1 18:47:51 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA11272 for hackers-outgoing; Wed, 1 Mar 1995 18:47:51 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id SAA11251 for ; Wed, 1 Mar 1995 18:47:33 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id NAA18268; Thu, 2 Mar 1995 13:43:06 +1100 Date: Thu, 2 Mar 1995 13:43:06 +1100 From: Bruce Evans Message-Id: <199503020243.NAA18268@godzilla.zeta.org.au> To: hackers@FreeBSD.org, roberto@blaise.ibp.fr Subject: Re: A question about DODUMP Sender: hackers-owner@FreeBSD.org Precedence: bulk >Now you put 4 more MB in your machine. A kernel dump will now be 20 MB. >If the DODUMP code smart enough not to wipe the 4 MB behind the defined >"dump on sd0" or will it be necessary to put "dump on sd0 and sd1" in >config file ? Only one dump device is supported. It has to be large enough or the sd and wd drivers refuse to write anything. Bruce