From owner-freebsd-bugs Sun Dec 8 22:22:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA07654 for bugs-outgoing; Sun, 8 Dec 1996 22:22:19 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-166.rdcy01.pacbell.net [206.170.5.166]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA07611; Sun, 8 Dec 1996 22:22:06 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id WAA29385; Sun, 8 Dec 1996 22:22:02 -0800 (PST) Message-Id: <199612090622.WAA29385@precipice.shockwave.com> To: FreeBSD-gnats@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org Subject: Re: misc/2178: not enough free inodes on boot.flp's MFS In-reply-to: Your message of "Sun, 08 Dec 1996 16:50:02 PST." <199612090050.QAA04300@freefall.freebsd.org> Date: Sun, 08 Dec 1996 22:22:02 -0800 From: Paul Traina Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Workaround: reduce number of bytes per inode from 120000 down to 80000. however, this leaves us precious few data blocks available on the MFS disk. Fix: when building the boot floppies, also check the free space and number of free inodes to make sure there is enough EXTRA slop to create as many inodes as needed (this would probably be about 100 inodes in the case of a system install with several SCSI disks each with multiple slices. In addition we also need to check the free data blocks to make sure there is enough slop there for things like resolv.conf and temporary files created for PPP et al. I'd estimate that to be about 10 files of < 1k each. I think it's time to give up on 1.2mb floppies or put the help files on another diet. From: FreeBSD-gnats@freefall.freebsd.org Subject: Re: misc/2178: not enough free inodes on boot.flp's MFS Thank you very much for your problem report. It has the internal identification `misc/2178'. The individual assigned to look at your bug is: freebsd-bugs. >Category: misc >Responsible: freebsd-bugs >Synopsis: not enough free inodes on boot.flp's MFS >Arrival-Date: Sun Dec 8 16:50:01 PST 1996