From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 16:05:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7655816A41F for ; Tue, 1 Nov 2005 16:05:27 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5508843D5A for ; Tue, 1 Nov 2005 16:05:24 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id jA1G5N38022163; Tue, 1 Nov 2005 11:05:23 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jA1G5NwF022162; Tue, 1 Nov 2005 11:05:23 -0500 (EST) From: Jerry McAllister Message-Id: <200511011605.jA1G5NwF022162@clunix.cl.msu.edu> To: mback99@telia.com (Mikael Backman) Date: Tue, 1 Nov 2005 11:05:23 -0500 (EST) In-Reply-To: <43677FAA.7020302@telia.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: To little swapspace... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 16:05:27 -0000 > > Hi! > Is there a way to reduce yhe /usr slice and use that space as expanded > swap space? > Without reinstalling? Well, no if you mean exactly what you ask. If you modify the size of the /usr partition (partition, not slice although I suppose you could also have made a separate dedicated slice for /usr and just put the one partition in it), you will need to reinstall. But, if you have extra space somewhere, you can create a swapfile there and have it added to your total swap space. see man swapfile -- which gets you the vnconfig(8) man page because that is how you do it. ////jerry > /Mikael > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"