From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 05:06:07 2004 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 040FC16A4CE for ; Thu, 18 Nov 2004 05:06:07 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECA543D49 for ; Thu, 18 Nov 2004 05:06:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b161.otenet.gr [212.205.244.169]) iAI564xe023098; Thu, 18 Nov 2004 07:06:04 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iAI55j2T004101; Thu, 18 Nov 2004 07:05:45 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iAI55jcZ004100; Thu, 18 Nov 2004 07:05:45 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 18 Nov 2004 07:05:45 +0200 From: Giorgos Keramidas To: darkbackwardz@netscape.net Message-ID: <20041118050545.GB4001@gothmog.gr> References: <62366575.0B6A2DF2.4980619F@netscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62366575.0B6A2DF2.4980619F@netscape.net> cc: freebsd-questions@freebsd.org Subject: Re: Disk Space 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: Thu, 18 Nov 2004 05:06:07 -0000 On 2004-11-17 23:54, Darkbackwardz@netscape.net wrote: > For some reason, when I try to save a file on my computer, it says > I've run out of hard disk space. This is completely impossible, my > computer has two hard drives, one 80 GB HD which FreeBSD is installed > on and one 40 GB HD formattedto the FreeBSD filesystem. There is > nothing on either of them except the operating system. > > During installation, I partitioned the 80GB disk with one 80 GB > partition and five subpartitions: > > ad0s1a 128 MB (/) > ad0s1b 432 MB (swap) > ad0s1e 256 MB (/var) > ad0s1f 256 MB (/tmp) > ad0s1g 77087 MB (/usr) > > But if you use Konquerer to analyze the drives the following > capacities are reported: > > ad0s1a 1500 MB (/) > ad0s1e 16.7 MB (/var) > ad0s1f 12.8 MB (/tmp) > ad0s1g 1300 MB (/usr) It's impossible to have 1500 MB of free space on a partition like ad0s1a that has a size of 128 MB. What does df(1) report? # df > The second, 40GB drive (Primary IDE Slave) doesn't even show up in > Konquerer. There is 200 dollar's worth (117 GB!) of disk space > nowhere to be found. Post the output of: # dmesg | grep ad # fdisk /dev/ad0 # disklabel /dev/ad0s1 # cat /etc/fstab # mount # df That should help a bit in discovering what's wrong.