From owner-freebsd-questions Sun Jul 2 14:56:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id D2BB437B703 for ; Sun, 2 Jul 2000 14:56:21 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0301.cvx21-bradley.dialup.earthlink.net [209.179.193.46]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id OAA00235; Sun, 2 Jul 2000 14:56:18 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id OAA04417; Sun, 2 Jul 2000 14:54:51 -0700 (PDT) Date: Sun, 2 Jul 2000 14:54:49 -0700 From: "Crist J. Clark" To: Peter Panopoulos Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help Message-ID: <20000702145448.F3842@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000702203731.68923.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000702203731.68923.qmail@hotmail.com>; from pornopete@hotmail.com on Sun, Jul 02, 2000 at 08:37:31PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 08:37:31PM +0000, Peter Panopoulos wrote: > My / dir is full. I did not initially allocate enough space to it. Is > their a way for me to give it more space without having to disturb the any > data? My df reads as follows: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad3s1a 49583 45631 -14 100% / > /dev/ad3s1f 9830259 1809753 7234086 20% /usr > /dev/ad3s1e 19815 4431 13799 24% /var > procfs 4 4 0 100% /proc Uh, hi, pornopete. As people have mentioned, there is no way to resize partitions without data loss. The better option is to figure out what is filling up your / partition and delete it or move it. I've been working this lil' drive on my notebook PC pretty hard, and I do just fine with this, [292:~] df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 29751 23928 3443 87% / /dev/ad0s1e 679439 543553 81531 87% /usr procfs 4 4 0 100% /proc My root partion is really small. As long as I don't try to keep too many kernels in /, I'm fine. How to keep down the size? People fill up /root, but that frequently means that they are probably working as root too much anyway. Don't build software in /root for example, do it in /usr/local. Another biggie is /tmp. Watch that does not fill. Depending on your needs, mount another partition on it or symlink it somewhere else are good choices. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message