From owner-freebsd-hackers Thu Aug 24 05:35:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id FAA17176 for hackers-outgoing; Thu, 24 Aug 1995 05:35:33 -0700 Received: from hda.com (hda.com [199.232.40.182]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id FAA17170 for ; Thu, 24 Aug 1995 05:35:31 -0700 Received: (from dufault@localhost) by hda.com (8.6.11/8.6.9) id IAA15834; Thu, 24 Aug 1995 08:28:19 -0400 From: Peter Dufault Message-Id: <199508241228.IAA15834@hda.com> Subject: Re: Changing DEV_BSIZE To: freebsd-hackers@FreeBSD.org Date: Thu, 24 Aug 1995 08:28:19 -0400 (EDT) Cc: yenbut@cs.washington.edu In-Reply-To: <199508232135.XAA20050@uriah.heep.sax.de> from "J Wunsch" at Aug 23, 95 11:35:44 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 510 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > > MOD's are certaily the only candidates that sometimes _require_ a > different hardware block size (except you can also format floppies > with up to 1024 or 2048 byte block size). I'm not sure if you meant "certainly not", but in case you really meant "certainly", some disk arrays have a "sector size" that is the stripe multiple of the underlying sector size. Of course if you reformat the base drives to some tiny sector size such as 64 bytes for an 8 way stripe you could get away with it. Peter