From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1101264a9f24d62d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!134.158.69.22.MISMATCH!in2p3.fr!irazu.switch.ch!switch.ch!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Wiping a disk clean Date: Thu, 04 Aug 2005 08:03:56 +0200 Message-ID: <87slxq2q7n.fsf@deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1123135445 4748 212.9.189.177 (4 Aug 2005 06:04:05 GMT) X-Complaints-To: Cancel-Lock: sha1:ibJUGgahpxnfD+TCgLX0uKxN4v4= Xref: g2news1.google.com comp.lang.ada:3948 Date: 2005-08-04T08:03:56+02:00 List-Id: * Larry Hazel: > Will the unused portion of the disk be wiped clean so that no one could > recover what was written there before? No, some file system allocation units are probably only partly used and its unused parts are not overwritten by this procedure.