From owner-freebsd-questions Wed Mar 17 9:41:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id 25E5E1545E for ; Wed, 17 Mar 1999 09:41:22 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id RAA20117; Wed, 17 Mar 1999 17:40:36 GMT Message-ID: <36EFE913.7E960707@tdx.co.uk> Date: Wed, 17 Mar 1999 17:40:35 +0000 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Joe Schwartz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: file system size References: <199903171733.LAA05462@sierrahill.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe Schwartz wrote: > Folks, > > When installing FreeBSD 3.1: > > Is there a limit of 1024 Mb on the first partition? I've only done this on SCSI (via an Adaptec 2940) - where it worked, I guess for IDE it might be different (maybe someone else will know?) > What is the maximum partition size? I need to make > large file systems for e-mail and web caching. I have > a couple of 9Gb disks ... can I have 9Gb partitions? Yes, easily... I've used partitions up to around 40Gb, but I wouldn't recomend making them too large with no good reason, as they take ages to fsck (i.e. check) if the system goes down/panics while busy... (And they can take quite a bit of memory/swap space to run fsck on as well!) > If I cannot have files systems beyond 2 Gb, is there a > way to concatinate them together. You could concatenate your _drives_ together if you want?!, then have an 18Gb partition that spanned both... (Not good from a fault tolerance point of view though). If your using 3.1 look at either CCD or Vinum for concatenating them (or even mirroring them for fault tolerance)... [CCD is more tested, but Vinum is 'better' - but not completed/tested as much yet... If it were me I'd see if I could get on with Vinum first, then go to CCD if you can't :-) (man vinum, man ccd]. Regards, Karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message