From owner-freebsd-questions@FreeBSD.ORG Sun Oct 12 17:21:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F85B16A4BF for ; Sun, 12 Oct 2003 17:21:05 -0700 (PDT) Received: from symler1.mail.eds.com (symler1.mail.eds.com [207.169.189.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270BA43F85 for ; Sun, 12 Oct 2003 17:21:04 -0700 (PDT) (envelope-from siegfried.pietralla@eds.com) Received: from symlir1.mail.eds.com (symlir1.mail.eds.com [192.85.216.71]) by symler1.mail.eds.com (8.12.10/8.12.9) with ESMTP id h9D0L2NS026024; Mon, 13 Oct 2003 10:21:02 +1000 Received: from symlir1.mail.eds.com (localhost [127.0.0.1]) by symlir1.mail.eds.com (8.11.6p3/8.11.6) with ESMTP id h9D0L2g00402; Mon, 13 Oct 2003 10:21:02 +1000 Received: from ausym000.exau01.exch.eds.com ([134.251.177.117]) by symlir1.mail.eds.com (8.11.6p3/8.11.6) with ESMTP id h9D0L1x00383; Mon, 13 Oct 2003 10:21:02 +1000 Received: by ausym000.exau01.exch.eds.com with Internet Mail Service (5.5.2656.59) id <4WKJGJKR>; Mon, 13 Oct 2003 10:21:01 +1000 Message-ID: <33CDDBD8CAEFEB4191ABF6F799032AF205627168@aubwm206> From: "Pietralla, Siegfried P" To: "'Scott Renna'" , freebsd-questions@freebsd.org Date: Mon, 13 Oct 2003 10:21:00 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" Subject: RE: first time with growfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 00:21:05 -0000 hi scott, i believe you can only use growfs with contiguous disk space. but, with unix you don't need to increase the size of the freebsd partition ( actually called slice in this context ). you do not need to use growfs to use more space. you have at least three other options that will let you use any other space on your disk that will be transparent from an application / end-user perspective : 1. just partition the new slice any way you like and mount the space wherever you need it. remember that you can mount partitions anywhere in your directory tree. e.g. if /usr/src is taking up most of the space in /usr, just copy /usr/src to a new partition that you've temporarily mounted as /mnt, then rm -rf /usr/src, umount /mnt and mount the partition it under /usr/src. 2. just create a big /usr2, move directories and then use symlinks all over the place :) 3. use vinum for the entire new slice. move stuff to vinum supported partitions. reformat your old slice to use vinum where possible. then extend vinum volumes and use growfs to your heart's content. if this sounds too much like hard work, see options 1 and 2. regards, siegfried. > -----Original Message----- > From: Scott Renna [mailto:srenna@vdbmusic.com] > Sent: Sunday, 12 October 2003 1:54 > To: freebsd-questions@freebsd.org > Subject: first time with growfs > > > Hello all, > > So I've been reading the man page for growfs and I'm ready to use it, > however, I'm concerned about not utilizing it properly and destroying > things. Here's what I got: > > I have my primary drive(ad0) split up like this. The first > partition is > a 6GB space which holds all of the slices for my FreeBSD 5.0. The > second partition following that I've reserved as 6GB for my future > OpenBSD install. Now, I'd like to create a new partition right AFTER > the OpenBSD reserved space and I'd like to add that > additional space on > for the FreeBSD portion. I'd like this to be transparent. Basically, > I'm trying to increase the overall size of the FreeBSD partition. Can > anyone recommend a best practice for this or point me to a good > reference? > > Scott Renna > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >