Find the answer to your Linux question:
Results 1 to 7 of 7
I want to use smartd for monitoring my hard disk regularly. What is the interaction of smartd with the hard disk driver that is in use. Whether the hard disk ...
  1. #1
    Just Joined!
    Join Date
    Dec 2010
    Posts
    3

    How Smartd related to Hard disk driver

    I want to use smartd for monitoring my hard disk regularly. What is the interaction of smartd with the hard disk driver that is in use. Whether the hard disk driver should be smart enabled or only the hard disk. Will any one help me in this.

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    I thought SMART worked at a very low level, the system took care of it for you and smartd monitored the output of that system? SMART is enabled and disabled through the BIOS, and as long as it's turned on and the daemon is running, you'll get advanced notice of upcoming hard disk failure.

    Why do you need to know this? Do you have a commercial purpose for this, or is this part of an academic project?
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    I would not rely on S.M.A.R.T.
    It is a very handy tool for seeing the current healthiness of your hard disk but you should not use it in any way to predict when your drive might fail. Hard disks can fail at any moment, regardless of the current healthiness.
    smartd is just a monitoring tool. The man page of smartd (smartd(8)) gives you more information.
    Refining Linux Advent calendar: “24 Outstanding ZSH Gems

  4. #4
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Quote Originally Posted by Manko10 View Post
    I would not rely on S.M.A.R.T.
    It is a very handy tool for seeing the current healthiness of your hard disk but you should not use it in any way to predict when your drive might fail. Hard disks can fail at any moment, regardless of the current healthiness.
    smartd is just a monitoring tool. The man page of smartd (smartd(8)) gives you more information.
    Good advice. You can rely on SMART, it can give you advance warning of some kinds of impending HDD failure. But hard disks can certainly fail without any information from SMART whatsoever - SMART provides more information, it doesn't provide all information.
    Linux user #126863 - see http://linuxcounter.net/

  5. #5
    Just Joined!
    Join Date
    Dec 2010
    Posts
    3

    Hi

    Thanks for replying. I need to use a smart demon as the part of project. So there is no dependency of smartd on the hard disk driver...is it so ? Then before using the demon we are enabling the disk into smart mode....In the manufacturing time of the hard disk the manufacture will be adding some sensors(temperature monitoring)...etc along with it . There is no further modification in the driver of the hard disk for providing smart functionality.. Please correct me if I am wrong.

    One more thing , the demon will interact with whom? with the hard disk driver or firmware....It is continuously polling the status by interacting with whom? Please help me in understanding the process.

  6. #6
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    I'm not sure of the inner workings of the smartd demon, or how SMART works at a nuts-and-bolts level.

    If you're doing this commercially then as part of your investigation you can pull the source code for the smartd demon and see what is going on. This would probably be the best way for you to find out exactly what you need.
    Linux user #126863 - see http://linuxcounter.net/

  7. #7
    Just Joined!
    Join Date
    Dec 2010
    Posts
    3
    Ok fine. I will check the source code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...