From owner-freebsd-current Thu Dec 6 15:19:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 7968E37B416 for ; Thu, 6 Dec 2001 15:19:30 -0800 (PST) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.11.0/8.11.0) with UUCP id fB6NJSY43425 for freebsd-current@freebsd.org; Fri, 7 Dec 2001 00:19:28 +0100 (CET) Received: from mail.cicely.de (cicely20.cicely.de [10.1.1.22]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id fB6NIeAD042277 for ; Fri, 7 Dec 2001 00:18:40 +0100 (CET)?g (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by mail.cicely.de (8.11.0/8.11.0) with ESMTP id fB6NIeL09604 for ; Fri, 7 Dec 2001 00:18:40 +0100 (CET) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.4/8.11.4) id fB6NIdI94928 for freebsd-current@freebsd.org; Fri, 7 Dec 2001 00:18:39 +0100 (CET) (envelope-from ticso) Date: Fri, 7 Dec 2001 00:18:37 +0100 From: Bernd Walter To: freebsd-current@freebsd.org Subject: When can we have a working newfs again? Message-ID: <20011207001837.C93455@cicely8.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On alpha-current 2 days old: ticso@cicely9# df -ki /tmp Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/md10c 815896 8 750624 0% 1 25597 0% /tmp The number of inodes expects an average Filesize of 32k. Before it was something around 4k which is more sane. My /usr (with the big alpha binaries) has an avarange file size of 23k. My /usr on an i386 has an avarage of 12k. The current default is not even near a sane value! Smaller partition sizes are completly failing: ticso@cicely9# mdconfig -a -t swap -s 100M -u 30 ticso@cicely9# disklabel -r -w md30 auto ticso@cicely9# newfs /dev/md30c Warning: Block size restricts cylinders per group to 65161. inode blocks/cyl group (54) >= data blocks (-1536000) number of cylinders per cylinder group (65161) must be increased. Exit 29 ticso@cicely9# mdconfig -a -t swap -s 200M -u 40 ticso@cicely9# disklabel -r -w md40 auto ticso@cicely9# newfs /dev/md40c Warning: Block size restricts cylinders per group to 65161. inode blocks/cyl group (104) >= data blocks (-1536000) number of cylinders per cylinder group (65161) must be increased. Exit 29 ticso@cicely9# mdconfig -a -t swap -s 300M -u 50 ticso@cicely9# disklabel -r -w md50 auto ticso@cicely9# newfs /dev/md50c Warning: Block size restricts cylinders per group to 65160. inode blocks/cyl group (154) >= data blocks (-1540096) number of cylinders per cylinder group (65160) must be increased. Exit 29 Sigh.... -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message