From owner-freebsd-questions Sun Jun 28 16:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28434 for freebsd-questions-outgoing; Sun, 28 Jun 1998 16:49:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28411 for ; Sun, 28 Jun 1998 16:49:22 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from saul2.u.washington.edu (root@saul2.u.washington.edu [140.142.56.21]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id QAA26610; Sun, 28 Jun 1998 16:49:20 -0700 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id QAA32486; Sun, 28 Jun 1998 16:49:19 -0700 (PDT) Date: Sun, 28 Jun 1998 16:39:08 +0000 (GMT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Kaitain cc: questions@FreeBSD.ORG Subject: Re: Drive Space In-Reply-To: <3596C60F.B4D86784@umich.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 28 Jun 1998, Kaitain wrote: >Yes, it's me again, thanks to this list I've been able to get FreeBSD up >and running with complete functionality of this computer. >Unfortunately, I just encountered yet another problem :( > >When partitioning my disk drive I thought I allocated an entire extended >dos partition consisting of 1762M to FreeBSD, here is my fdisk output: > >Sysid 165, (FreeBSD/NetBSD/386BSD) >start 4193280, size 3620736 (1767 Meg), flag 80 >beg: cyl 520/ sector 1/ head 0; >end: cyl 968/ sector 63/ head 127 Bahh fdisk... You are looking at the wrong info. Try 'man df' first. I bet you will see that the / partition is 100% full but the others are at 40%. My Example: $ df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s2a 31775 15475 13758 53% / /dev/sd0f 4144707 1912207 1900924 50% /usr /dev/sd0e 29727 2010 25339 7% /var procfs 4 4 0 100% /proc If this is the case, then clean all the uneeded stuff out of / and put it in /usr somewhere. Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ | 206-633-5994 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message