From owner-freebsd-stable Sun Apr 1 21:57:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id 78EF037B719 for ; Sun, 1 Apr 2001 21:57:06 -0700 (PDT) (envelope-from chris@jeah.net) Received: from localhost (chris@localhost) by awww.jeah.net (8.11.3/8.11.0) with ESMTP id f324v6R31457; Sun, 1 Apr 2001 23:57:06 -0500 (CDT) (envelope-from chris@jeah.net) Date: Sun, 1 Apr 2001 23:57:05 -0500 (CDT) From: Chris Byrnes To: Cc: Subject: Re: how can i increase my swap partion In-Reply-To: <0056920010388263000002L232*@MHS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To add 512MB more SWAP to your system.. cd /usr dd if=/dev/zero of=/usr/swap0 bs=32m count=16 chmod 640 swap0 chgrp operator swap0 pico /etc/vntab /dev/vn0c /usr/swap0 swap then vnconfig -ae add: if [ "X${vnconfig_enable}" = X"YES" ]; then echo -n ' vnconfig'; vnconfig -ae fi to /etc/rc.local + Chris Byrnes, chris@JEAH.net + JEAH Communications + 1-866-AWW-JEAH (Toll-Free) On Mon, 2 Apr 2001 founder.fang@philips.com wrote: > i installed 4.2 release on my computer,when i install,i give it a small swap partion, > now i found the partion is not big enough,how can i increase it without reinstall > all the system? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message