Subject: MFS on swap on file
To: None <current-users@netbsd.org>
From: Martin Husemann <martin@rumolt.teuto.de>
List: current-users
Date: 02/05/1999 06:35:24
I have a machine where I can't install a local swap partition.
Instead I use this:

[/tmp] root@hwart > mount
rumolt.teuto.de:/a/hwart on / type nfs
rumolt.teuto.de:/a/usr on /usr type nfs
/dev/wd0e on /dos/c type msdos (local)
rumolt.teuto.de:/a/home on /home type nfs
[/tmp] root@hwart > swapctl -l
Device              1K-blocks     Used    Avail Capacity  Priority
/dos/c/PAGEFILE.SYS    286720        0   286720     0%    0

Now I would like to mount /tmp on MFS on this swapfile. Is this possible?


Martin