From owner-freebsd-questions@FreeBSD.ORG Thu May 1 23:27:17 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 6E3EB37B401 for ; Thu, 1 May 2003 23:27:17 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A5443FE0 for ; Thu, 1 May 2003 23:27:16 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h426QKNY087295; Fri, 2 May 2003 01:26:20 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h426QKvI087292; Fri, 2 May 2003 01:26:20 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Fri, 2 May 2003 01:26:20 -0500 (CDT) From: Eduardo Viruena Silva To: nick nelson In-Reply-To: <20030502055839.GA23603@arpa.com> Message-ID: <20030502011904.U87117@Gina.esfm.ipn.mx> References: <20030502051509.GA20957@arpa.com> <20030502053031.GD58262@dan.emsphone.com> <64482.200.67.206.87.1051854191.squirrel@mail.esfm.ipn.mx> <20030502055839.GA23603@arpa.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:27:17 -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 no, you must not mount everything [option -a in mount, above]. mount / mount /usr mount /var swapon -a and then: rm -r /tmp ln -s /usr/tmp /tmp and, of course, delete [or comment out] the line in your /etc/fstab file that mounts your /tmp and then, reboot your computer. > > Are these two commands ok to do still on a single user mode, or do they affect the deleting of /tmp? > > > > > > > > nick > > > > > >> > > >> -- > > >> Dan Nelson > > >> dnelson@allantgroup.com > > > > > > -nick > > > -- > > > nick@arpa.com | arpa.com :: the mainstream runs shallow > > > snelson@valdosta.edu | Office of Information Technology > > > > > > A: Top posters > > > Q: What's the most annoying thing about email these days? > > > > > > > > > _______________________________________________ > > > 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" > > > > -nick > -- > nick@arpa.com | arpa.com :: the mainstream runs shallow > snelson@valdosta.edu | Office of Information Technology > > A: Top posters > Q: What's the most annoying thing about email these days? > > > _______________________________________________ > 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" >