Date: Sat, 29 Apr 2000 17:59:19 -0500 From: David Drum <david@mu.org> To: doc@freebsd.org Subject: Comment on http://www.freebsd.org/handbook/kernelconfig-config.html Message-ID: <20000429175919.A5640@elvis.mu.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000429175919.A5640>