From owner-freebsd-hackers Wed Aug 23 23:07:52 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA16817 for hackers-outgoing; Wed, 23 Aug 1995 23:07:52 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id XAA16810 for ; Wed, 23 Aug 1995 23:07:48 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA19091; Thu, 24 Aug 1995 16:02:46 +1000 Date: Thu, 24 Aug 1995 16:02:46 +1000 From: Bruce Evans Message-Id: <199508240602.QAA19091@godzilla.zeta.org.au> To: bde@zeta.org.au, yenbut@cs.washington.edu Subject: Re: Changing DEV_BSIZE Cc: hackers@freebsd.org Sender: hackers-owner@freebsd.org Precedence: bulk >Can the block size different from 512 be used some day? I have been I think it can be used now if the driver supports it. Of course, file systems with a fragment size of 512 wouldn't work (unless the driver splits the blocks). DEV_BSIZE doesn't have much to do with hardware. Bruce