From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 02:22:55 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 6CE6816A4CE for ; Tue, 6 Jan 2004 02:22:55 -0800 (PST) Received: from mx1.heronetwork.com (mail.heronetwork.com [216.254.62.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5345543D1D for ; Tue, 6 Jan 2004 02:22:54 -0800 (PST) (envelope-from sandshrimp@comcast.net) Received: by mx1.heronetwork.com (Postfix, from userid 1003) id A8654A5F1F; Tue, 6 Jan 2004 02:22:53 -0800 (PST) Received: from comcast.net (12-228-104-137.client.attbi.com [12.228.104.137]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.heronetwork.com (Postfix) with ESMTP id 3E8DBA5EEE; Tue, 6 Jan 2004 02:22:51 -0800 (PST) Message-ID: <3FFA8C74.7030108@comcast.net> Date: Tue, 06 Jan 2004 02:22:44 -0800 From: "W. Ryan Merrick" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Keith References: <000801c3d2a5$11725c10$a901a8c0@goku> In-Reply-To: <000801c3d2a5$11725c10$a901a8c0@goku> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on nott.heronetwork.com X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.60 cc: questions@freebsd.org Subject: Re: Help 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: Tue, 06 Jan 2004 10:22:55 -0000 Keith wrote: > Hi, > > Could you please tell me a way to remove freebsd from my computer. > > Thanks for your time. > _______________________________________________ > 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" > Hi, From freebsd as root use #fdisk -u step through the partitions accepting the defaults when you get to the freebsd partition set the partition ID to 0 and save your changes. From windows use the disk management tool in you computer manager to delete the unnamed partition. - Ryan M