From owner-freebsd-current Thu May 25 18:04:06 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA25953 for current-outgoing; Thu, 25 May 1995 18:04:06 -0700 Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA25946 for ; Thu, 25 May 1995 18:04:05 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by sbstark.cs.sunysb.edu (8.6.12/8.6.9) with ESMTP id VAA08263; Thu, 25 May 1995 21:02:47 -0400 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id KAA14119; Fri, 26 May 1995 10:59:22 +1000 Date: Fri, 26 May 1995 10:59:22 +1000 From: Bruce Evans Message-Id: <199505260059.KAA14119@godzilla.zeta.org.au> To: bde@zeta.org.au, terry@cs.weber.edu Subject: Re: newfs weirdness... Cc: FreeBSD.org!current@sbstark.cs.sunysb.edu, blaise.ibp.fr!roberto@sbstark.cs.sunysb.edu, cs.weber.edu!terry@sbstark.cs.sunysb.edu, gene@starkhome.cs.sunysb.edu, phk@ref.tfs.com Sender: current-owner@FreeBSD.org Precedence: bulk >> It's better because 4096 is larger than the average fake cylinder. (This >> will probably change when disks get larger - all disks will have 1024 >> heads, 256 sectors and 63 sectors; larger disks will be unstriped and >> everyone will complain about the 8GB limit :-]). >Maybe on FreeBSD; not on Windows 95. Windows 95 has support for a minimum >64G of disk (using 4k sectors instead of 512 byte sectors). FreeBSD has support for a minumum of 1024G of disk (using 512 byte sectors and 31 bit sector numbers). >There is further support in the IOS for 64 bit (unsigned) offsets. FreeBSD only supports 63 bit file system offsets. Files larger than 2GB and mmapping at offsets larger than 2GB are currently broken. mmapping of objects larger than 4G cannot work with the current interfaces. >BTW, I have seen a working 100G SCSI device used on an ICON system >(a pretty old 88k box), so the limits aren't inherent there, either >(one wonders where the 8G limit in FreeBSD comes from). It is a BIOS/partition table limit. How do you boot from partitions beyond the 8G boundary? :-) Bruce