From owner-freebsd-current Fri May 10 00:38:46 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00683 for current-outgoing; Fri, 10 May 1996 00:38:46 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA00678 for ; Fri, 10 May 1996 00:38:44 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id AAA24652; Fri, 10 May 1996 00:38:00 -0700 (PDT) Date: Fri, 10 May 1996 00:38:00 -0700 (PDT) Message-Id: <199605100738.AAA24652@silvia.HIP.Berkeley.EDU> To: msmith@atrad.adelaide.edu.au CC: terry@lambert.org, msmith@atrad.adelaide.edu.au, current@FreeBSD.org In-reply-to: <199605100625.PAA07996@genesis.atrad.adelaide.edu.au> (message from Michael Smith on Fri, 10 May 1996 15:55:17 +0930 (CST)) Subject: Re: NFS in -current is _BUSTED_ From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * > What, someone's actually using THAT in their kernel??? Or libc??? * * Different bcopy optimisations. Diff -stable i386/i386/support.s against * the -current version to see what Terry's talking about. Really? The bcopy code hasn't changed for a long time, it's December that it last changed. I thought NFS was stable until pretty recently.... * > Satoshi "please don't blame me for everything that's going wrong" Asami * * Au contraire. So how big _is_ this filesystem? I was being told by a * rampant Linux-fanatic genetecist the other day that "of the PC unices, * only Linux could possibly manage either of the HGI database, because * it's so big." * * According to him it's around the 100GB mark; obviously you wouldn't So how does Linux build a filesystem that size? Do they have a striped disk array driver too? * put this on one filesystem for performance/backup reasons, but it would * be very funny to counter his drivel... 8) Well, we hit one limit at 128GB yesterday (32 x 4GB). I modified to support disk numbers greater than 32 (more on this later), and right now it's at 160GB (40 x 4GB). We don't have any more disks right now. But fear not, we're getting 40 more so I'll post here when we get to 320GB. :) Satoshi