Tools for hard drive diagnostics, repair, and data recovery
Post a reply

LLF Tool feature request

January 29th, 2009, 13:12

I find it quite strange that this tool doesn't have the option to just erase the MBR, nor to abort an ongoing operation.

Re: LLF Tool feature request

February 1st, 2009, 14:00

Erase the first few sectors of the drive that way u erase the MBR .

Re: LLF Tool feature request

February 2nd, 2009, 13:55

And how exactly do I do that? Piss on it?

Re: LLF Tool feature request

February 2nd, 2009, 21:01

could use a linux livecd like SystemRescueCd or Trinity Rescue Kit

command:
Code:
dd if=/dev/zero of=/dev/hda bs=446 count=1


use fdisk to list your disks and change hda for your setup

Code:
fdisk -l

Re: LLF Tool feature request

February 5th, 2009, 10:00

Run this LLF tool on some start sectors .
Post a reply