Subject: Re: Mounting /tmp on swap
To: Georges Heinesch <ghmlist@attglobal.net>
From: Eric Delcamp <e.delcamp@wanadoo.fr>
List: port-amiga
Date: 05/17/2000 10:30:31
Form my /etc/fstab:
...
swap       /tmp   mfs    rw,async,-s=4500 0 0
...
Blocks (specified by the -s option) are 512bytes long, and 4500 blocks (2145
KB useable) are OK for me to compile sources tree and kernel. Maybe a bit
small for some packages.

Enjoy.

Ps: I think it's already included in some FAQ.

----- Original Message -----
From: "Georges Heinesch" <ghmlist@attglobal.net>
To: <port-amiga@netbsd.org>
Sent: Wednesday, May 17, 2000 4:21 AM
Subject: Mounting /tmp on swap


> Is it possible/advisable to mount /tmp as (/etc/fstab) ...
> ----- cut here -----
> [...]
> /dev/sd1b /tmp mfs rw 0 0
> [...]
> ----- cut here -----