From owner-freebsd-questions@FreeBSD.ORG Sat Feb 2 01:20:32 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66F2116A418 for ; Sat, 2 Feb 2008 01:20:32 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.bethere.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with ESMTP id 3534A13C44B for ; Sat, 2 Feb 2008 01:20:31 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.71] (87-194-3-32.bethere.co.uk [87.194.3.32]) by smtp1.bethere.co.uk (Postfix) with SMTP id 5394898039; Sat, 2 Feb 2008 01:20:30 +0000 (GMT) Message-ID: <47A3C55E.5080306@onetel.com> Date: Sat, 02 Feb 2008 01:20:30 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.9 (X11/20071228) MIME-Version: 1.0 References: <521061.32857.qm@web45911.mail.sp1.yahoo.com> <47A3BCDA.6020707@gmail.com> In-Reply-To: <47A3BCDA.6020707@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Bnw CmpRpr , freebsd-questions@FreeBSD.org Subject: Re: Removing FreeBSD 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: Sat, 02 Feb 2008 01:20:32 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Bnw CmpRpr wrote: >> Hi. I recently purchased a HDD from a man that runs a data center, and > on this HDD is FreeBSD. My problem is I want it off, and for some > ungodly reason, it keeps coming back. I cant format the drive with > Windows, and I cant load it as a slave to format, either. Any help would > be greatly appreciated. Thanks >> - >> M White >> Black and White Computer Repair >> >> > > The following assumes the drive is /dev/ad0 (the OS name for it) and > it is modern enough to not get confused by a low level format... boot > in single user mode (item 4 on the menu) and at the command line do: > > dd if=/dev/zero of=/dev/ad0 bs=512 count=1 > > This will clear the MBR partition table and make the machine think it > is a brand new drive. > I reckon he's smart enough to find the freebsd list and smart enough to ask the right question, so he's smart enough to appreciate FreeBSD. So he should leave it on there :P Still in case previous attempts at formatting have removed the OS he could try Darik's Boot and Nuke floppy/usb/cd http://dban.sourceforge.net/. Chris