From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 09:21:01 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 C3DFD16A420 for ; Thu, 6 Oct 2005 09:21:01 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C5743D55 for ; Thu, 6 Oct 2005 09:20:59 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j969Kib88324; Thu, 6 Oct 2005 02:20:44 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Jonathon McKitrick" , "Joe S" Date: Thu, 6 Oct 2005 02:18:11 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20051005185728.GA37054@dogma.freebsd-uk.eu.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: 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 09:21:01 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >Jonathon McKitrick >Sent: Wednesday, October 05, 2005 11:57 AM >To: Joe S >Cc: freebsd-questions@freebsd.org >Subject: Re: Hidden spot on hard drives? > > >On Wed, Oct 05, 2005 at 11:55:18AM -0700, 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. > >Thanks. What I was wondering is if there is a way to do the same copy >protection in FreeBSD, where I could store the data in the same >place on the >drive where the user cannot access it. > No. The root userID can do anything and go anywhere. Ted