Subject: swap on more than 1 disk
To: None <amiga@NetBSD.ORG>
From: John Vrolijk <dsnjvro@etmsun.etm.ericsson.se>
List: amiga
Date: 05/03/1995 16:13:23
I've tried the following config files to put swap on 2 disks:

blablablabla

config netbsd root on sd3a swap on sd3b and sd1b


(and of course I removed the 'option GENERIC' from the kernel config file)

After compiling/installing, when going to multiuser, savecore says : cannot find device 0/0

pstat -T says: 0M/0M swap


2nd attempt:

only swap on original boot disk:

config netbsd root on sd3a swap on sd3b

Result: 

After compiling/installing, when going to multiuser, savecore says : cannot find device 0/0

pstat -T says: 0M/0M swap


3rd attempt:

sd0 at scsibus0 at target 0 lun 0
sd1 at scsibus0 at target 1 lun 1
sd2 etc.

config netbsd root on sd3a swap on sd3b and sd1b

Result: same as 1,2


4th attempt:


sd0 at scsibus0 at target 0 lun 0
sd1 at scsibus0 at target 1 lun 1
sd2 etc.


config netbsd root on sd3a swap on sd3b

Result: nothing

I've 'labeled' the partition with hdtoolbox as NBS\1 ( 0x4e425301 )


Can someone help me please ??

/John