From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 19:32:04 2005 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 62CED16A41F for ; Thu, 6 Oct 2005 19:32:04 +0000 (GMT) (envelope-from js.lists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA46543D48 for ; Thu, 6 Oct 2005 19:32:03 +0000 (GMT) (envelope-from js.lists@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so320479wxc for ; Thu, 06 Oct 2005 12:32:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=VS5x/8DAD5mHHa33FMyyyGz/etAO9ZIJSpdK9HXQhlNEoth0Rt9s/oxpebzoRTxgxSfWbBtlhIik4zsHTH6LcW1EcPErs93mGOpRkd5vw4AK/xwNdLK5GnEqL2qpdTbc+asDQZGqo+v11AAEHJqVrxRAPMEB2RlSBc/iZA0X7dg= Received: by 10.70.113.1 with SMTP id l1mr1498172wxc; Thu, 06 Oct 2005 12:32:03 -0700 (PDT) Received: from ?10.100.58.100? ( [204.176.49.25]) by mx.gmail.com with ESMTP id i39sm174739wxd.2005.10.06.12.31.58; Thu, 06 Oct 2005 12:32:01 -0700 (PDT) Message-ID: <43457BB3.1010700@gmail.com> Date: Thu, 06 Oct 2005 12:32:03 -0700 From: Joe S User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe S References: <20051005184437.GA36369@dogma.freebsd-uk.eu.org> <43442196.3010208@gmail.com> In-Reply-To: <43442196.3010208@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathon McKitrick , freebsd-questions@freebsd.org Subject: Re: Hidden spot on hard drives? 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: Thu, 06 Oct 2005 19:32:04 -0000 Joe S wrote: > Jonathon McKitrick wrote: > >> the company where I work (with Windows) is evaluating a copy protection >> product that stores info somewhere on the HDD where the user cannot >> touch it, >> a format will not erase it, and Norton Ghost will not find it. >> >> 1. Any idea where this info could be stored? >> 2. Any way the same thing could be done under FreeBSD? >> >> Thanks, >> >> jm > > > # dd if=/dev/zero of=/dev/zero > > Will overwrite the entire drive. > Oops! Should have typed: # dd if=/dev/zero of=/dev/ad0