From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 13 Jan 2010 07:44:54 -0500 To: 9fans@9fans.net Message-ID: <4ba7b6daef0059b8be0b9a7ee3ce2263@brasstown.quanstro.net> In-Reply-To: <20100113063909.1D13711803D@smtp.hushmail.com> References: <20100113063909.1D13711803D@smtp.hushmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Ken Fileserver problem Topicbox-Message-UUID: be48fac0-ead5-11e9-9d60-3106f5b1d025 should have explained that my fs accepts 3 partition layouts. p(h0)x.y where x <= y and y <= 100. partition by percentage. y% of the disk starting at x. p(h0)w.z where z > 100 partition by block offsets. w-z blocks of the disk ph0"name" use fdisk/prep partition offsets. useable space is up to two blocks less than one would expect since kenfs always does RBUFSIZE-aligned io. i'd love to get rid of the first two. the first one is impractical since very large disks make the math very fuzzy and the second makes mistakes easy. in either case, the difference of one sector can be fatal. - erik