Subject: Re: Two simple questions
To: Miguel Mendez <flynn@energyhq.homeip.net>
From: Luke Mewburn <lukem@netbsd.org>
List: netbsd-help
Date: 02/25/2003 12:25:36
On Mon, Feb 24, 2003 at 02:37:08PM +0100, Miguel Mendez wrote:
  | 1) I have root on /dev/sd0a and swap on /dev/sd1b, however, I can't find
  | a place to tell savecore too look for it. Any hints on a proper setup
  | like this?


Add a separate `dp' entry in /etc/fstab for the dump device.
If you have:
	/dev/sd1b	none	swap	sw	0 0
then also add:
	/dev/sd1b	none	swap	dp	0 0

The dump device should be set to /dev/sd1b on the next reboot.
You can confirm this with:
	swapctl -z

Luke.