Danny Jenkins <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> I was advised that in addition to fdisking and formating a hard
> disk drive I should do the following, then fdisk and format again.
> Are the following instructions a sure-fire way of erasing data?
Depends what you mean by sure fire. If you dont have anything
illegal on the drive, there isnt any point in going to this much
trouble if you just want to ensure that anyone you sell/give
the drive to wont be able to get anything useful off it.
Its rather simpler to just use something like
http://dban.sourceforge.net/
The only real risk with something like that is that there is a microscopic
risk that its actually a scam/trap deliberately setup by 'the authoritys'
to catch those who store stuff like child porn or drug money laundering
details on their hard drives etc.
> -----
> Enter the following lines at the debug prompt (-) followed by the
> enter key.
> Note: this completely erases the MBR and your whole drive.
>
> F 200 L200 0
> a 100
> mov ax,301 [note from here on you may see a number like fff:1234
> [type all commands next to this number
> [do _not_ press enter when this number appears.
> mov bx,200
> mov cx,1
> mov dx,0080 [note: use 0081 for second fixed disk
> int 13
> int 3
> (enter a blank line here)
> G=100
> q