Subject: Re: NFS mounted swap space
To: D'Arcy J.M. Cain <darcy@druid.net>
From: Scott Reynolds <scottr@Plexus.COM>
List: port-hp300
Date: 11/14/1997 16:21:12
On Fri, 14 Nov 1997, D'Arcy J.M. Cain wrote:

> I have just loaded on the new 1.3_ALPHA snapshot on my hp and everything
> boots up fine diskless except I can't get the system to use the remote
> swap file.  My /etc/bootparams file looks like this:
> 
> rapture root=druid.net:/usr/local/nfsclient/rapture \
>         swap=druid.net:/usr/local/nfsswap/rapture

Rather than specifying swap through bootparams, use /etc/fstab.  This
works best if the file is in the root filesystem of the diskless client. 
For example, create a swap file in /usr/local/nfsclient/rapture/swap, then
add

/swap none swap sw 0 0

to /etc/fstab.

This is what I do at home on a NetBSD/mac68k system, and it works very
nicely.

--scott

(whew... all those caps wore me out. :-)