From owner-freebsd-questions Wed Sep 20 09:32:16 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA19382 for questions-outgoing; Wed, 20 Sep 1995 09:32:16 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA19376 for ; Wed, 20 Sep 1995 09:32:07 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA00996; Wed, 20 Sep 1995 09:30:57 -0700 From: Terry Lambert Message-Id: <199509201630.JAA00996@phaeton.artisoft.com> Subject: Re: Why "ls -la" hangs ? To: ywliu@lin.wsl.sinica.edu.tw (Yen-Wei Liu) Date: Wed, 20 Sep 1995 09:30:56 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <199509200706.AAA21473@freefall.freebsd.org> from "Yen-Wei Liu" at Sep 20, 95 02:51:04 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 655 Sender: owner-questions@freebsd.org Precedence: bulk > After further tracing, "ls -la" would go into an infinite loop, which > I believe was a result of file system corruption. Fsck gave me no > error. > > I decide to reformat and reinstall it. But I just wonder why "ls -la" > would go into an infinite loop, and if that's because the corruption of > the files system, what would bring up this. "ls -la" does a stat. Plain "ls" does not. Your problem is that your NFS server is not responding for one of the mounted subdirectories of the directory being "ls"'ed. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.