From owner-freebsd-questions Tue Dec 24 00:01:15 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA14106 for questions-outgoing; Tue, 24 Dec 1996 00:01:15 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA14099 for ; Tue, 24 Dec 1996 00:01:03 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id KAA02903; Tue, 24 Dec 1996 10:01:19 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma002897; Tue Dec 24 10:01:11 1996 Message-ID: <32BF8D5A.789B@barcode.co.il> Date: Tue, 24 Dec 1996 09:59:22 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: matthew@internet1.net CC: questions@FreeBSD.ORG Subject: Re: Mounting across multiple disks References: <32BED8E0.4B53@internet1.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matthew Hagerty wrote: > > Greetings, > > I'm using one of my FreeBSD boxes for an INN server. I have just > purchased another 1GB SCSI disk to go with the 2GB that is currently in > the machine. I decided to take the opportunity to upgrade to 2.1.6 > also. While creating the partitions on the disks (during installation) > I can't seem to set a file system to span the two disks. Since most of > my storage needs to be on the /var file system to store news, how can I > set up the file system to span both disks? > > Thank you, > Matthew Hagerty > matthew@internet1.net > V: (616) 781-NET1 (6381) > F: (616) 781-6665 You have two options: 1. Use the ccd driver (might be harder to set up, but easier to understand). This concatenates two partitions to create a single "striped" disk. 2. Split /var into separate partitions (i.e., use a different file system for /var, /var/spool, etc...). This requires a good estimate of where the load on the filesystem will come from, both in terms of I/O load and file size. The second option should work while in sysinstall. To set up ccd, however, you first need to get a working system, then modify it (see man ccd, ccdconfig). Hope this helps, Nadav