From owner-freebsd-questions Sun Jan 31 23:15:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04858 for freebsd-questions-outgoing; Sun, 31 Jan 1999 23:15:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA04853 for ; Sun, 31 Jan 1999 23:15:23 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 5540 invoked by uid 100); 1 Feb 1999 07:15:23 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 1 Feb 1999 07:15:23 -0000 Date: Sun, 31 Jan 1999 23:15:23 -0800 (PST) From: Mike Meyer To: caijj@trans.hk.hi.cn cc: freebsd-questions@FreeBSD.ORG Subject: Re: The "/" file system... In-Reply-To: <199902010456.MAA05867@trans.hk.hi.cn.> 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 Unix keeps files around as long as there is a pointer to them. You could have a hard link on / to that file, or a program that has it open. Soft links won't keep the file around. Most likely, it's a program. Find and kill the program that has the file open (fstat may be of use here). If you can't find it, shut down to single user and see what's still running. Date: Mon, 1 Feb 1999 12:56:00 +0800 > From: caijj@trans.hk.hi.cn > To: freebsd-questions@FreeBSD.ORG > Subject: The "/" file system... > > Hi, everyone: > There is something wrong with the "/" file system. > After removing a large file, I execute "df", but the result is > as same as before. I use "fsck", it's the same. I have to reboot > the system, the result become correct. The other file systems > don't have such problem. What should I do? > Any answer is apprieciated! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message