Date: Mon, 11 Aug 2003 19:00:08 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: AndrewCottrell AT swiftdsl DOT com DOT au Message-Id: <3405-Mon11Aug2003190007+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <000a01c35fee$6c9fe820$0101a8c0@acp42g> (AndrewCottrell AT swiftdsl DOT com DOT au) Subject: Re: inode problem in `rm' References: <000a01c35fee$6c9fe820$0101a8c0 AT acp42g> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Mon, 11 Aug 2003 19:53:26 +1000 > > I copied my contrib & manifest directories to another drive and tried the > following:- > E:\dj204>rm -rf contrib manifest > > With the following results:- > DJ204 E:\dj204>rm -rf contrib manifest > rm: ERROR: the directory `contrib/alfont/freetype' initially had > device/inode > numbers 4/268435467, but now (after a chdir into it), the numbers for `.' > are 4/268435468. That means that while rm was running, the directory > was replaced with either another directory or a link to another directory. Yes, this is the same message I see. It sounds like "." is not resolved by `stat' and its subroutines to the same normalized file name as "contrib/alfont/freetype". Debugging print-outs from xstat.c could show what file names are passed to the inode-inventing code.