From owner-freebsd-questions Sat Oct 19 02:30:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA09134 for questions-outgoing; Sat, 19 Oct 1996 02:30:36 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA09125 for ; Sat, 19 Oct 1996 02:30:32 -0700 (PDT) Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vEXjg-000QoOC; Sat, 19 Oct 96 10:30 MET Received: from allegro.lemis.de (grog@allegro.lemis.de [192.109.197.134]) by freebie.lemis.de (8.7.6/8.6.12) with SMTP id LAA04148 for ; Sat, 19 Oct 1996 11:20:54 +0200 (MET DST) From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id LAA14624 for questions@FreeBSD.org; Sat, 19 Oct 1996 11:20:59 +0200 Message-Id: <199610190920.LAA14624@allegro.lemis.de> Subject: Re: 2 disks, 1 partition (fwd) To: questions@FreeBSD.org (FreeBSD Questions) Date: Sat, 19 Oct 1996 11:20:59 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Greg Lehey writes: > lray@aurora.liunet.edu writes: >> >> I have a pentium running FreeBSD 2.1 that I use as a news server. >> It has a 400 meg IDE, a 2 gig scsii, and I have just added a second >> 2 gig scssi hard disk. What I need to do is add the additional 2 gig >> of space from the new disk to the /var file system which resides on >> the other scssi disk. Can anyone please tell me how I can make 1 >> partion out of my 2 hdisks? > > You can't. The best thing you can do is to decide how to split /var > between the two disks, and then create appropriate symlinks from /var > to the other file system (which you might call /var2): > > # ln -s /var2/news/comp /var/news > > etc. Sorry, this isn't the only solution. As a number of people have suggested, take a look at the ccd driver. Greg