From owner-freebsd-questions@FreeBSD.ORG Sun Jul 15 14:49:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62FD216A400 for ; Sun, 15 Jul 2007 14:49:09 +0000 (UTC) (envelope-from strontium90@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.250]) by mx1.freebsd.org (Postfix) with ESMTP id 24BA513C441 for ; Sun, 15 Jul 2007 14:49:08 +0000 (UTC) (envelope-from strontium90@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so739256aga for ; Sun, 15 Jul 2007 07:49:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cpXXeBfC3g04MDv6ftTTvmwqwPFfpQtJHge71X6OYh//5IF1iP7eEtukMulIQh+Qut0S1tvIC5UnFPr8Rexhj6/d4WKulcptwY1dst2t5HAHjtU4JtFwvmbYXvq2BDE9TQ96BLD0hJ8eMMYxzmVMj+9Bv1Kuc/tbK2mX3UOZCHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NUxZuYqgHF55uzQdPBJPnYkDM5C/w5cynjrchPG8mNX+emYjun4uje4m3HHoSqniAndiFWliTHofyk3Bg66Pmfsmncgf4vyw2IRE/lrMERNcS4HHkUjnWwM4L4HGbWrZJVZ/46L1W+xa22BO5IaoKmLix5vKETkZp8ybgZfg32o= Received: by 10.100.122.8 with SMTP id u8mr1855694anc.1184510033003; Sun, 15 Jul 2007 07:33:53 -0700 (PDT) Received: by 10.100.174.4 with HTTP; Sun, 15 Jul 2007 07:33:52 -0700 (PDT) Message-ID: <4c0d70650707150733o35b0b02cq94808de762a630f9@mail.gmail.com> Date: Sun, 15 Jul 2007 17:33:52 +0300 From: "Razmig K" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Making use of a Windows drive 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: Sun, 15 Jul 2007 14:49:09 -0000 Hello, I double-boot Windows XP and FreeBSD 6.2-RELEASE, and my disk layout is as follows: Windows drive C in ad1s1, FreeBSD slice in ad1s2 and extended partition containing Windows drive D in ad1s3. I found that I no longer need to use ad1s3 as Windows drive D, so I would like to use that space in FreeBSD for user data. Is this task as simple as using sysinstall to prepare the slice, create partitions and define mount points for them? Thanks! ~Razmig