From owner-freebsd-questions@FreeBSD.ORG Thu May 1 23:26:56 2003 Return-Path: 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 C6D6A37B401 for ; Thu, 1 May 2003 23:26:56 -0700 (PDT) Received: from 12-219-189-9.client.mchsi.com (12-219-185-167.client.mchsi.com [12.219.185.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED2B43FA3 for ; Thu, 1 May 2003 23:26:56 -0700 (PDT) (envelope-from rtr@12-219-189-9.client.mchsi.com) Received: from 12-219-189-9.client.mchsi.com (localhost.client.mchsi.com [127.0.0.1])h426QT17084524; Fri, 2 May 2003 01:26:30 -0500 (CDT) (envelope-from rtr@12-219-189-9.client.mchsi.com) Received: from localhost (rtr@localhost)h426QMN4084521; Fri, 2 May 2003 01:26:23 -0500 (CDT) Date: Fri, 2 May 2003 01:26:22 -0500 (CDT) From: Ryan Rediske To: nick nelson In-Reply-To: <20030502055839.GA23603@arpa.com> Message-ID: <20030502012439.O84475-100000@12-219-189-9.client.mchsi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Eduardo Viruena Silva cc: questions@freebsd.org Subject: Re: repartition /tmp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 06:26:57 -0000 On Fri, 2 May 2003, nick nelson wrote: > On Fri May 02, 2003; 12:43AM -0500 Eduardo Viruena Silva propagated the following: > > > On Fri May 02, 2003; 12:30AM -0500 Dan Nelson propagated the following: > > > > > > This sounds like a good idea, however it's not as just deleting it is > > > it? Since it's a partition. It'll give me a 'device busy' error if i try > > > to delete it (as expected.) > > > > > > > Restart your computer and go single user. > > do it then. > > > > Tried this, it says Device busy, I did a : > > mount -t ufs -a > swapon -a > > Are these two commands ok to do still on a single user mode, or do they affect the deleting of /tmp? mount -a mounts all in /etc/fstab and since /tmp is in there, you'll mount it, too. Use: mount / mount /usr ... (and whatever else you want to mount EXCEPT for /tmp) Ryan