Tuesday 30 April 2013

Easy hard-disk fill to thwart undelete

A Windows Command Batch can fill the hard drive surprisingly quickly, if you've deleted some files and wish to ensure that they can't be recovered by a simple undelete utility.

First, create a file of rubbish to fill the disk with, if you can't find a suitable file of garbage to use, a simple
dir >>fill.dat
repeated a few times (up arrow and enter at the command prompt) will do the trick. Keep going until it's a couple of hundred k in size.

Then create a fill.bat as follows

@echo off
:start
type fill.dat>>delete.txt
goto start


Run the batch fill and stand back and marvel at how quickly delete.txt grows.
From what I've read on Slashdot discussions about disk recovery, it really isn't going to be possible for anyone to get at your old files (notes, embarrassing photos and music, etc!) once the space they occupied is overwritten! You'll probably want to leave a note about deleting the massive text file :)

Thursday 18 April 2013

Flash updates - note to future self

Sometimes Flash updates OK, sometimes it breaks with an error "Actionlist not found".

That's probably because I'm tucked away behind a web proxy, or maye Sophos sticks its oar in.

If the 990k updater (like install_flashplayer11x32_gdrd_aih.exe)  fails, uninstall completely, then get the whole 17MB installer install_flash_player.exe from
http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#main-pars_header_11
( http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe )
That solves it. You're welcome, Future Self.