From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 06:55:48 2004 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 156F816A4CE for ; Mon, 9 Feb 2004 06:55:47 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629DF43D1D for ; Mon, 9 Feb 2004 06:55:47 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i19EtfBX018944; Mon, 9 Feb 2004 14:55:53 GMT (envelope-from peter@circlesquared.com) Message-ID: <40279F6D.5050008@circlesquared.com> Date: Mon, 09 Feb 2004 14:55:41 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: chaucer@alumni.rice.edu References: <001801c3eeb0$a7917b50$6401a8c0@zeta> In-Reply-To: <001801c3eeb0$a7917b50$6401a8c0@zeta> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: FDISK Can Not Find FreeBSD Drive 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, 09 Feb 2004 14:55:48 -0000 chaucer@alumni.rice.edu wrote: >Hello, >I have installed FreeBSD on a separate HardDrive which is D: > Not according to FreeBSD. Drive letters are used by DOS and Windows but not many other operating systems. FreeBSD organises disks differently. Maybe try reading the handbook, including but not limited to the chapter on disk organisation: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disk-organization.html >and my Win ME is on the other physical drive C: When I ran and FDISK the FreeBSD, D: does not show. > DOS FDISK? It won't be able to, but this isn't a fault. It doesn't understand the filesystem. FreeBSD fdisk? It's for a different purpose. > Also, in Win ME the D: is non-existent--I am only 2 days old with FreeBSD--does FreeBSD make Windows unable to see the drive which is totally used by FreeBSD > No, Windows can't understand the filesystem there so it treats the drive as though there were no filesystem on it. It's not anything FreeBSD is doing. It's a lack of support in Windows for common filesystems. > and how would I go about FDISKing the drive in the future should I desire. > Don't. FreeBSD does not need you to run an equivalent of FDISK. As mentioned above, there is something called fdisk in FreeBSD and you'd should avoid it until you understand the issues better. > FreeBSD is working perfectly on my two-drive system. > > Great, there's no problem here to fix. PWR.