From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 10:20:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2CF3216A41F for ; Wed, 5 Oct 2005 10:20:10 +0000 (GMT) (envelope-from jaapb@kerguelen.org) Received: from courbet.kerguelen.org (courbet.kerguelen.org [82.226.7.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A87C43D58 for ; Wed, 5 Oct 2005 10:20:08 +0000 (GMT) (envelope-from jaapb@kerguelen.org) Received: from courbet.kerguelen.org (localhost [127.0.0.1]) by courbet.kerguelen.org (8.13.4/8.12.11) with ESMTP id j95AK6g4013929; Wed, 5 Oct 2005 12:20:06 +0200 (CEST) Received: from localhost (jaapb@localhost) by courbet.kerguelen.org (8.13.4/8.12.11) with ESMTP id j95AK6br027491; Wed, 5 Oct 2005 12:20:06 +0200 (CEST) Date: Wed, 5 Oct 2005 12:20:06 +0200 (CEST) From: Jaap Boender To: jojo In-Reply-To: <000a01c5c994$f7d8f1e0$ce01a8c0@JOJONOTEBOOK> Message-ID: References: <000a01c5c994$f7d8f1e0$ce01a8c0@JOJONOTEBOOK> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: /: write failed, filesystem is full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 10:20:10 -0000 On Wed, 5 Oct 2005, jojo wrote: > Hello, > I have a problem with the filesystem. I am always getting those "/: write failed, filesystem is full" errors. If I have a look on df the root has 109% Capacity. How could that be? > I had a file in /root with 3.3G that I have now deleted but with no success. The df output is as before. I am using Raid1(Mirror) with two 80Gig ST380011A/3.04 HDs. The filesystem always reserves a bit of space above 100%. Normal users can fill the filesystem up to 100%, and the root user can go to 110% (if I remember orrectly). Hence the 109%. > du -hd1 > 1.5K ./dev > 2.5G ./usr > 555M ./var > 885M ./www > 2.4M ./stand > 1.5M ./etc > 2.0K ./cdrom > 2.0K ./dist > 7.3M ./bin > 18M ./boot > 2.0K ./mnt > 2.0K ./proc > 18M ./root > 21M ./sbin > 24K ./tmp > 76K ./cgb > 4.0G . > > The du output does not agree with the df output. Where are the 4.9Gig of / ? > What can I do? Somebody had this problem before? As you can see, the contents of /var, /www and /usr are also counted, which are on another file system. You might try du -hx / in order to see only the contents of / and the directories on that file system. Anyway, it seems as if your 3.3G file hasn't disappeared, since there is still 4.0G in the root directory...What kind of file was it? Yours, Jaap Boender