From owner-freebsd-questions Sat Nov 1 15:50:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA14935 for questions-outgoing; Sat, 1 Nov 1997 15:50:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from clio.rice.edu (clio.rice.edu [128.42.105.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA14930 for ; Sat, 1 Nov 1997 15:50:47 -0800 (PST) (envelope-from keyser@clio.rice.edu) Received: by clio.rice.edu (AIX 3.2/UCB 5.64/4.03) id AA14454; Sat, 1 Nov 1997 17:52:39 -0600 Date: Sat, 1 Nov 1997 17:52:39 -0600 From: keyser@clio.rice.edu (Kevin Keyser) Message-Id: <9711012352.AA14454@clio.rice.edu> To: hanspb@persbraten.vgs.no Subject: Re: mfs on /tmp Cc: questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > /dev/wd0s1b /tmp mfs rw,-s=32768 0 0 > > Why do you use /dev/wd0s1b as device? Why not just /dev/null? >From the man page for mount_mfs(8): The parameters to mount_mfs are the same as those to newfs. The special file is only used to read the disk label which provides a set of configuration parameters for the memory based file system. The special file is typically that of the primary swap area, since that is where the file system will be backed up when free memory gets low and the memory supporting the file system has to be paged. > -- > Linux; 64bit, multi-platform, multi-tasking, multi-user, fast and Free. > Microsoft Windows 95 - From the makers of EDLIN and FAT drive formatting! > "Who needs horror movies when we have Microsoft"? Kevin