Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 19:29:15 +0200 (CEST)
From:      Benjamin Gras <ben@scum.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: file disappeared?
Message-ID:  <199904261729.TAA12770@support.euronet.nl>
In-Reply-To: <19990426120756.C422@holly.dyndns.org> from Chris Costello at "Apr 26, 99 12:07:57 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
All,

> On Mon, Apr 26, 1999, Dean Lombardo wrote:
> > The subject says it all:  I removed a file, but according to df, it's
> > still there!
> > 
> > pcayk:~/tmp$ df -k .
> > Filesystem   1K-blocks     Used    Avail Capacity  Mounted on
> > /dev/wd0s1f    7621844  6975669    36428    99%    /usr
> > 
> > pcayk:~/tmp$ ls -l
> > -rw-r--r--  1 ayk1  users 716247040 Apr 22  1999 bigcdimage.iso
> > 
> > pcayk:~/tmp$ rm bigcdimage.iso
> > 
> > pcayk:~/tmp$ df -k .
> > Filesystem   1K-blocks     Used    Avail Capacity  Mounted on
> > /dev/wd0s1f    7621844  6975669    36428    99%    /usr
> 
>    Try sync(1)?

Smells like something still has the file opened, or it's hardlinked from
somewhere ..  so try find(1) and fstat(1) too.

	=Ben




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904261729.TAA12770>