From owner-freebsd-doc Sat Apr 29 15:59:33 2000 Delivered-To: freebsd-doc@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 1BB5337B5B6 for ; Sat, 29 Apr 2000 15:59:32 -0700 (PDT) (envelope-from david@elvis.mu.org) Received: (from david@localhost) by elvis.mu.org (8.9.1/8.9.1) id RAA05785 for doc@freebsd.org; Sat, 29 Apr 2000 17:59:19 -0500 (CDT) (envelope-from david) Date: Sat, 29 Apr 2000 17:59:19 -0500 From: David Drum To: doc@freebsd.org Subject: Comment on http://www.freebsd.org/handbook/kernelconfig-config.html Message-ID: <20000429175919.A5640@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, The handbook at http://www.freebsd.org/handbook/kernelconfig-config.html reads: > To mount an MFS RAM disk on /tmp, add the following line to /etc/fstab: > > /dev/ad1s2b /tmp mfs rw 0 0 > > Now you simply need to either reboot, or run the command mount /tmp. I would like to make the following suggestion, that this be changed to read: > To mount an MFS RAM disk on /tmp, add the following line to /etc/fstab: > > /dev/ad1s2b /tmp mfs rw 0 0 > > Replace "/dev/ad1s2b" with the largest swap partition you have configured > on the system. The swapinfo(8) command will report all swap partitions. > Now you simply need to either reboot, or run the command mount /tmp. Regards, David Drum david@mu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message