From owner-freebsd-hackers Thu Sep 3 11:27:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25571 for freebsd-hackers-outgoing; Thu, 3 Sep 1998 11:27:40 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25562; Thu, 3 Sep 1998 11:27:38 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id LAA00428; Thu, 3 Sep 1998 11:24:03 GMT (envelope-from mike@dingo.cdrom.com) Message-Id: <199809031124.LAA00428@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Jay cc: questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: .nfs files, what causes them and why do they hang around? In-reply-to: Your message of "Thu, 03 Sep 1998 12:34:15 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Sep 1998 11:24:03 +0000 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Good Afternoon, > > I have a fairly high-traffic NFS server running FreeBSD 2.2.6 > using nfsv3 to all FreeBSD 2.2.6 clients. One of the things that I notice > on it is that there are hundreds of .nfsA3d7a4.4 files hanging around. I > know that these are some type of nfs temporary files, and that they are > normally supposed to be removed, but I have some on there from August > 17th. I have removed them without problem before, but I am curious as to > what is causing them, and wondering if it is related to another problem we > are having. They're files that have been unlinked but not closed on the client; because NFS is stateless they can't be unlinked on the server (there's no indication that the client has the file open, because there's no state...). You'll normally get these if the client goes down unexpectedly. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message