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

Re: mhdd lookalike for linux ?

July 10th, 2013, 18:51

Hi

When I do the ./build.sh
I get this:

./build.sh: 3: ./build.sh: cmake: not found
To install, type
make install
It will install executable `whdd`.

Wich command now?
Thanks

Re: mhdd lookalike for linux ?

July 11th, 2013, 1:49

if you are in the correct directory of the software you are installing, usually you would type:
make

then:

make install

sometimes before the make you would type ./configure

read the documentation...

cheers

Re: mhdd lookalike for linux ?

July 11th, 2013, 13:58

pclab wrote:Hi

When I do the ./build.sh
I get this:

./build.sh: 3: ./build.sh: cmake: not found


Install cmake package in the standard way for your distro. Note that cmake version must be 2.8.8 or higher.

Re: mhdd lookalike for linux ?

July 12th, 2013, 2:47

Hi,
Will this software function correctly in a VM? I am re-building my lab and it is easiest option for me at the moment as I have 1 Laptop I can use right now.
cheers

Re: mhdd lookalike for linux ?

July 12th, 2013, 3:22

HaQue wrote:Hi,
Will this software function correctly in a VM? I am re-building my lab and it is easiest option for me at the moment as I have 1 Laptop I can use right now.
cheers


Which kind of VM you're going to use?
Depending on VM implementation, and VM settings, ATA operation mode may not work.
I'll be happy to hear from you the results.

Re: mhdd lookalike for linux ?

September 10th, 2013, 7:03

WHDD-2.1 release.

Changes since 2.0.1:

Enhanced smart, smart_noreverse copying strategies;
Introduced new copying strategies skipfail, skipfail_noreverse;
Introduce journaling of copying and automatic resuming of interrupted copying;
Support procedure parameters overriding by ~/.whddrc config file;
Several bug fixes.

Having no time and willpower to document thoroughly all new features…
What about ~/.whddrc config file: add a line
procedure_name.parameter_name=value
to omit dialog, or
procedure_name.parameter_name.suggest=value
to override default suggestion in dialog.
Spaces are not allowed currently. Line is matched from the beginning. So any character, like #, at the line beginning makes it a comment.

http://whdd.org

Re: mhdd lookalike for linux ?

December 15th, 2013, 9:56

Hi

I have being watching this tools that seems very promising.

Today I have installed it into my system and it went OK.
But when I try to check my HDD's it says Init Procedure Fail.

Why is this?

Thanks
Post a reply