Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 1996 10:38:41 GMT+0100
From:      "Kees Jan Koster" <Kees.Koster@nym.sc.philips.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/1630: Addition to handbook concerning MFS kernel option
Message-ID:  <25B2EDE1541@NLNMG01.nym.sc.philips.com>
Resent-Message-ID: <199609170850.BAA21526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1630
>Category:       docs
>Synopsis:       Addition to handbook concerning MFS kernel option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 17 01:50:04 PDT 1996
>Last-Modified:
>Originator:     Kees Jan Koster
>Organization:
Philips Semiconductors Nijmegen
>Release:        FreeBSD 2.1.5-RELEASE i386
>Environment:

>Description:

Following my question on the -questions list
(Subject: Can I combine /tmp and swap) I wrote a short text 
that might be a useful addition to the handbook.

>How-To-Repeat:

>Fix:

/*
** This is an addition to the subsection 'option MFS' of the
** section 'Filesystem Options' in the handbook.
**
** Hmmm. I'd insert it after the second line with an fstab
** entry, and right before the 'Note: Also, the MFS...' line.
*/

Another useful property of the MFS filesystem is that it allows
you to mount your swap area into your filesystem, for example,
again, on /tmp.

If you wish to combine swap and /tmp in the example given above,
put the following two lines in your fstab:

  /dev/wd1s2b	none	swap	sw	0 0
  /dev/wd1s2b	/tmp	mfs	rw	0 0

Combining swap and /tmp can be dangerous. If your /tmp is full
you are also out of swapspace.

>Audit-Trail:
>Unformatted:
X-send-pr-version: 3.2




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25B2EDE1541>