Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site allegra.UUCP Path: utzoo!linus!decvax!harpo!eagle!allegra!sls From: sls@allegra.UUCP Newsgroups: net.bugs.4bsd Subject: dumpdir bug Message-ID: <1744@allegra.UUCP> Date: Mon, 15-Aug-83 15:20:20 EDT Article-I.D.: allegra.1744 Posted: Mon Aug 15 15:20:20 1983 Date-Received: Mon, 15-Aug-83 20:06:06 EDT Organization: Bell Labs, Murray Hill Lines: 9 We are running Berkeley 4.1, and had the following problem recently. Take a look at dumpdir.c ...... #define MAXINO 2000 This recently caused a core dump when the inodes of a directory referenced exceeded 2000. I don't know about the rest of you, but we have a maximum of about 65536 inodes on our filesystems! Changing the value of MAXINO from 2000 to 65536 solved the problem.