Date: Thu, 9 May 2002 11:42:08 +0100 (BST) From: Jan Grant <Jan.Grant@bristol.ac.uk> To: Jon Ringuette <wintermute@imeme.net> Cc: freebsd-questions@freebsd.org Subject: Re: Terabyte array Message-ID: <Pine.GSO.4.44.0205091134530.2943-100000@mail.ilrt.bris.ac.uk> In-Reply-To: <3CD9BB43.1060904@imeme.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 May 2002, Jon Ringuette wrote: > Sorry to bother everyone, but I am about to embark on building a > Terabyte array using an Adaptec 5400S controller and around 15 SCSI > 181gb drives. My question is if FreeBSD's filesystem can support a > terabyte on a single label and also what is the current restrictions on > max file size? 31 bits' worth of 512-byte sectors for FS size - I think that comes out at 1TB. File byte count is a u_int64_t, so it's limited by FS size too. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Bolstered by my success with vi, I proceeded to learn C with 'learn c'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.44.0205091134530.2943-100000>