From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 19:54:23 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 0B7E716A41F for ; Wed, 5 Oct 2005 19:54:23 +0000 (GMT) (envelope-from mfgjojo@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1410B43D53 for ; Wed, 5 Oct 2005 19:54:20 +0000 (GMT) (envelope-from mfgjojo@gmx.de) Received: (qmail invoked by alias); 05 Oct 2005 19:54:14 -0000 Received: from p5491C09A.dip.t-dialin.net (HELO jojo) [84.145.192.154] by mail.gmx.net (mp005) with SMTP; 05 Oct 2005 21:54:14 +0200 X-Authenticated: #1659088 Message-ID: <001501c5c9e6$917a7570$0500a8c0@jojo> From: =?iso-8859-1?Q?Joachim_St=FCmpfl?= To: References: <000a01c5c994$f7d8f1e0$ce01a8c0@JOJONOTEBOOK> <001a01c5c9b4$b131e2e0$ce01a8c0@JOJONOTEBOOK> <54db43990510051019v6c00bcd5hfb5f634c93d7bd20@mail.gmail.com> Date: Wed, 5 Oct 2005 21:53:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Y-GMX-Trusted: 0 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 19:54:23 -0000 Hi all, ok, the problem is solved. tcpdump was still open and used the file as Bob already said. Sorry for my stupidity :) Thanks to all, Joachim > Something still has the file open. Even though the file no longer has > a directory entry, its disk space can't be released until nothing has > it open. Either tcpdump or some program you were using to view the > file must still have it open. If you get tired of looking for the > culprit, a reboot will guarantee it gets closed. If you want to solve > the mystery, fstat should help. > - Bob