Algorithms

  • Thread starter Thread starter Ravi
  • Start date Start date
R

Ravi

Hi,,
I want to write my code in c to test HDD ,,,, i need steps to
follow before writing the code ........ which algorithm will be
suitable for me ??? i want to perform the same task what scan disk does
..... but i want to use my code itself .... i need some guidance to
start with ...
expecting some useful suggestions and guidance ...
Ravi.
 
Hi,,
I want to write my code in c to test HDD ,,,, i need steps to
follow before writing the code ........ which algorithm will be
suitable for me ??? i want to perform the same task what scan disk does
.... but i want to use my code itself .... i need some guidance to
start with ...
expecting some useful suggestions and guidance ...
Ravi.

Why not to ask your teacher?
 
Previously Ravi said:
Hi,,
I want to write my code in c to test HDD ,,,, i need steps to
follow before writing the code ........ which algorithm will be
suitable for me ??? i want to perform the same task what scan disk does
.... but i want to use my code itself .... i need some guidance to
start with ...
expecting some useful suggestions and guidance ...
Ravi.

You could try the code for dosfsck, from the dosfstools, available
here:

http://packages.debian.org/stable/otherosfs/dosfstools

Arno
 
What OS? For DOS, look up Int 13h's verify sectors.
For WinNT, look up the verify ioctl in platform SDK at Microsoft.
 
I want to write my code in c to test HDD ,,,, i need steps to
follow before writing the code ........ which algorithm will be
suitable for me ??? i want to perform the same task what scan disk does
.... but i want to use my code itself .... i need some guidance to
start with ...
expecting some useful suggestions and guidance ...


Take a look at www.hdtune.com

Lynn
 
Back
Top