Path: utzoo!attcan!uunet!cs.utexas.edu!rice!sun-spots-request From: rsalz@bbn.com (Rich Salz) Newsgroups: comp.sys.sun Subject: Re: Does "newfs -i 1024" do anyting on SunOS4.x? Keywords: SunOS Message-ID: <3309@brazos.Rice.edu> Date: 21 Nov 89 19:52:29 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 15 Approved: Sun-Spots@rice.edu X-Refs: Original: v8n200 X-Sun-Spots-Digest: Volume 8, Issue 208, message 1 of 19 In <3115@brazos.Rice.edu> rsalz@bbn.com (Rich Salz) writes: >I tried "newfs -i 1600 /dev/rxy1g" hoping to get about 30% more and I >still only got 24.5K. Some replies came in before I even saw my message. Best reply was from Don Speck : There's a limit of 2048 inodes per cylinder group. You're probably using a disk with big cylinders. Try "-c 8". Also consider reducing the fragment size to 512 bytes if you're going to have so many tiny files. Thanks also to maria a barnum . Summary: RTFM, where RTFM is the paper on the 4.2BSD filesystem.