thc-secure-delete ( anybody installed it ? )
R.L. Reingard
reingard at hispeed.ch
Fri Sep 2 21:30:09 UTC 2005
Hi Lee
starting from scratch is not what i want to do right now.
embarassing, in never heard, that one could retrieve data UNDER data.
so far, i would be pleased if able to fully delete the free space.
dd if=/dev/zero of=~/myhugefile bs=1M count=`expr 1024 \* 5`
the whole command means counting bytes for blocks, and the digit '5' would
be the 5GB i did mention before?
does this come to a stress point for the machine/system if this is the
full space left on the disk, or is the system able to handle the work?
i curious for getting to know more, haha.
René
+++++
> Am 02.09.2005, 22:52 Uhr, schrieb Lee Braiden
> <lee_b at digitalunleashed.com>:
> On Friday 02 September 2005 21:34, R.L. Reingard wrote:
>> regarding creating such a huge file (like 5GB): how would you do that,
>> if you tell it can be simply done? if i could do so, i would know
>> myself how to erase that huge file with WIPE.
> This should do it:
>
> dd if=/dev/zero of=~/myhugefile bs=1M count=`expr 1024 \* 5`
>
> And this will confirm it:
>
> ls -lSh ~/myhugefile
> this may not be as reliable as you think it is. There can
> still be deleted files UNDER the files that aren't deleted. Best to
> wipe the disk, and start from scratch after wiping the disk itself.
More information about the ubuntu-users
mailing list