From owner-freebsd-questions@FreeBSD.ORG Sun Jul 22 10:36:38 2012 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 351AE1065670 for ; Sun, 22 Jul 2012 10:36:38 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id E52018FC15 for ; Sun, 22 Jul 2012 10:36:37 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q6MAc8kW022215 for freebsd-questions@freebsd.org; Sun, 22 Jul 2012 05:38:08 -0500 (CDT) Date: Sun, 22 Jul 2012 05:38:08 -0500 (CDT) From: Robert Bonomi Message-Id: <201207221038.q6MAc8kW022215@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: Subject: Re: fsck on FAT32 filesystem? 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: Sun, 22 Jul 2012 10:36:38 -0000 > Date: Sun, 22 Jul 2012 05:52:17 -0400 > From: "Thomas Mueller" > Subject: Re: fsck on FAT32 filesystem? > > Regarding the security of various methods of deleting data, I just saw in > Office Depot's online ad for the coming week, which is the reason I > couldn't post this any earlier: > > Need to discard an old PC but worried about protecting your identity? > > Let us securely erase your personal files and pictures for only $49.99. > > We use the only permanent data deletion software certified by NIAP, used > by the Department of Defense and Fortune 500 Companies. > > (quoting verbatim but formatting not preserved) > > URL was > > http://officedepot.shoplocal.com/OfficeDepot/BrowseByPage?storeid=2501355& > promotionviewmode=1&promotioncode=OfficeDepot-120722&listingid=0&sneakpeek > =N# > > Personally, I'd save the money, time and gasoline too, and use dd > if=/dev/zero of=/dev/(disk-to-be-deleted) bs=1M > > from FreeBSD or other (quasi)-Unix OS. Needless to say, that approach doesn't work under Windows. For *most* users, that approach _is_ probably adewuate. *if* the have the know-how to use it. However, for a _lot_ of end users, the situation is not quite that simple. Trying to wipe the disk that the O/S is running from is fraught with unexpected failure modes. Lots of 'end user' machines have only _one_ drive in them, and the users do not have any other 'bootable' media available, that they know how to use.