Networking Forums

Networking Forums > Computer Networking > Linux Networking > HDD Diagnostic Application

Reply
Thread Tools Display Modes

HDD Diagnostic Application

 
 
Nutty
Guest
Posts: n/a

 
      10-25-2006, 04:06 AM
Hello to all,

I m a beginner in the Linux platform. Since last two years,i was
working on Embedded C,C++ on the keil compiler, on the 89C51RD2. I have

also worked on the WinCE 5.0 Platform Builder with EVC++.
According to my new project, i would like to write the diagnostic
application for the PC type device (32 bit processor) i.e i have to
test the functionality of each and every hardware like CPU,HDD,Serial
Ports,RAID,etc.The client has given the procedure to carry out each
test.
As per the requirement the procedure to test HDD should be


# Check HDD


1. Validates the hard-disk device by writing a pattern onto an unused
sector and compares with the expected pattern.


2. Checks all the sectors (HDD surface test) and report bad sectors.


3. Retains the original sector contents.


Can anyone please help me to start the application.


Please guide me...


Thanks and Regards,
Nutty.

 
Reply With Quote
 
 
 
 
Patrick
Guest
Posts: n/a

 
      10-25-2006, 04:41 AM
"Nutty" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com

> As per the requirement the procedure to test HDD should be
>
> # Check HDD
> 1. Validates the hard-disk device by writing a pattern onto an unused
> sector and compares with the expected pattern.
> 2. Checks all the sectors (HDD surface test) and report bad sectors.
> 3. Retains the original sector contents.
>
> Can anyone please help me to start the application.


Examine the freely-available source code for df, fsck, fdisk, hdparm, sfdisk
and any other applications that report disk information. "man -k disk" for a
short list.

 
Reply With Quote
 
Bill Marcum
Guest
Posts: n/a

 
      10-25-2006, 01:08 PM
On 24 Oct 2006 21:06:29 -0700, Nutty
<(E-Mail Removed)> wrote:
> Hello to all,
>
> I m a beginner in the Linux platform. Since last two years,i was
> working on Embedded C,C++ on the keil compiler, on the 89C51RD2. I have
>
> also worked on the WinCE 5.0 Platform Builder with EVC++.
> According to my new project, i would like to write the diagnostic
> application for the PC type device (32 bit processor) i.e i have to
> test the functionality of each and every hardware like CPU,HDD,Serial
> Ports,RAID,etc.The client has given the procedure to carry out each
> test.
> As per the requirement the procedure to test HDD should be
>
>
> # Check HDD
>
>
> 1. Validates the hard-disk device by writing a pattern onto an unused
> sector and compares with the expected pattern.
>
>
> 2. Checks all the sectors (HDD surface test) and report bad sectors.
>
>
> 3. Retains the original sector contents.
>
>
> Can anyone please help me to start the application.
>
>

Today's hard drives have built-in diagnostics. Get the source code to
smartmontools.


--
One organism, one vote.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for diagnostic ideas.... intrepid_dw@hotmail.com Linux Networking 2 01-17-2006 01:21 AM
Network Diagnostic that runs from CD Danglerb Linux Networking 5 06-18-2005 09:47 PM
Giving a wifi router a diagnostic... John © Wireless Internet 5 02-08-2005 11:58 PM
Can this be done? Diagnostic Tool Curt Bousquet Linux Networking 3 11-20-2004 04:22 AM
EN5861 Diagnostic Roland Burr Broadband 3 09-10-2003 11:36 AM



1 2 3 4 5 6 7 8 9 10 11