From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 21:36:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9608F16A420 for ; Fri, 27 Jan 2006 21:36:20 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id EF3B743D46 for ; Fri, 27 Jan 2006 21:36:19 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 55508 invoked from network); 27 Jan 2006 21:36:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:thread-index:In-Reply-To; b=TSiElhl8w3AZVWVkVusHc/FN4ofuyuehLP+LWW2fIJF5BP/rLQGEMzoI83fIr5nvQ/3C78Aq8ZGqK899xBXZzjt20UkfFbTwBwFgfTu7S7oAYqWOOxXlNR1RgYv9gkT8SF74iQWrSGhhhkTaRMb1/QM54WNCJQtl9qiO5JW6PEY= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp101.rog.mail.re2.yahoo.com with SMTP; 27 Jan 2006 21:36:19 -0000 From: "Tamouh H." To: "'FreeBSD'" Date: Fri, 27 Jan 2006 16:36:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 thread-index: AcYjfJ8ryPC3ZYH0Tx2EuUKKwfENuQADPlLQ In-Reply-To: <20060127200208.GA1094@flame.pc> Message-Id: <20060127213619.EF3B743D46@mx1.FreeBSD.org> Subject: RE: adding unused disk space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 21:36:20 -0000 > Yes. Between steps (8) and (9) you should have created a=20 > filesystem on that device: >=20 > # newfs /dev/ad4s1g >=20 > Then you can mount it as usual: >=20 > # mount /backup Thanks Giorgos, however, I think the HandBook failed to mention these = two steps which led me to think they're not necessary: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-adding.ht= ml