Subject: Re: only one swap?
To: None <banshee@gabriella.resort.com>
From: Mike Long <mike.long@analog.com>
List: port-i386
Date: 03/06/1995 10:36:01
>Date: Mon, 6 Mar 1995 12:39:37 GMT
>From: banshee@gabriella.resort.com (Robert Dobbs)

>Just added a new drive and set it up.  Everything works, but no swapping
>
>atrium# swapon /dev/wd1b
>swapon: /dev/wd1b: device not configured
>
>Its in the disklabel as a swap partition.  Does the i386 port only swap on
>one device?

You may need something like this in your kernel config (1.0 config
syntax, may have changed with config.new):

config netbsd root on wd0 swap on wd0 and wd1

Also, did you add /dev/wd1b to your fstab?  I remember seeing in
either the swapon(8) or fstab(5) manpage that swapon will only
activate swapping on partitions that have the flag 'sw' in /etc/fstab,
i.e. try adding the line:

/dev/wd1b none swap sw

...and see if that helps.
-- 
Mike Long <mike.long@analog.com>       PGP 2.6.2 public key signature:
VLSI Design Engineer                  CCBF225E7D3F7ECB2C8F7ABB15D9BE7B
Analog Devices, CPD Division
Norwood, MA 02062 USA                assert(*this!=opinionof(Analog));