Skip to content

mirror/smartmontools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4cbc2fc · Sep 23, 2024
Jan 26, 2023
Aug 19, 2018
Jan 25, 2016
Apr 26, 2024
Aug 19, 2018
Jul 10, 2023
Mar 13, 2023
Oct 26, 2011
Sep 23, 2024
Feb 26, 2022
Feb 26, 2022
Jul 24, 2009
May 26, 2022
Jan 23, 2024
Dec 19, 2023
Aug 19, 2018
Jun 15, 2014
Aug 19, 2018
Jul 1, 2019
Aug 19, 2018
Feb 14, 2023
Jan 15, 2021
Jul 24, 2023
Aug 19, 2018
Sep 11, 2023
Jun 25, 2023
Sep 7, 2023
Nov 22, 2019
Aug 20, 2018
Jun 16, 2011
Jan 17, 2024
Jan 24, 2024
Mar 24, 2013
Feb 27, 2022
Feb 1, 2021
Aug 19, 2018
Feb 1, 2021
Feb 5, 2023
Jul 10, 2023
Feb 12, 2023
Apr 30, 2022
Feb 1, 2021
Feb 1, 2021
Jan 24, 2024
Sep 23, 2024
Mar 13, 2023
Mar 13, 2023
Jun 26, 2023
Mar 13, 2023
Mar 1, 2018
Jan 24, 2024
Mar 15, 2023
Jan 6, 2022
May 1, 2022
Feb 9, 2021
Aug 4, 2019
Aug 20, 2018
Sep 25, 2016
May 30, 2023
May 29, 2023
Mar 29, 2024
Sep 18, 2022
Feb 14, 2021
Jun 24, 2020
Mar 14, 2023
Nov 23, 2021
Dec 2, 2018
Aug 19, 2018
Feb 17, 2023
Dec 2, 2018
May 29, 2022
Aug 19, 2018
May 29, 2022
Aug 19, 2018
May 1, 2022
Aug 19, 2018
Dec 2, 2018
Aug 20, 2018
May 29, 2022
Sep 23, 2024
Jan 12, 2024
Dec 13, 2021
Jun 25, 2023
Mar 21, 2023
Mar 13, 2023
Dec 22, 2023
Oct 17, 2023
Mar 13, 2023
Apr 16, 2018
Mar 29, 2024
May 8, 2024
Feb 7, 2021
Mar 29, 2024
Jul 24, 2023
Mar 29, 2024
May 8, 2024
Aug 19, 2018
Mar 6, 2012
Aug 19, 2018
Jan 14, 2022
Jan 24, 2024
Dec 5, 2022
Jul 1, 2019
Mar 29, 2024
Jan 24, 2024
Jan 17, 2024
Jul 24, 2023

Repository files navigation

==========================================================
smartmontools - S.M.A.R.T. utility toolset for Darwin/Mac
OSX, FreeBSD, Linux, NetBSD, OpenBSD, Solaris, and Windows.
==========================================================

$Id$

== HOME ==
The home for smartmontools is located at:
    
    http://www.smartmontools.org/

Please see this web site for updates, documentation, and for submitting
patches and bug reports.

You will find a mailing list for support and other questions at:

    https://listi.jpberlin.de/mailman/listinfo/smartmontools-support


== COPYING ==
Copyright (C) 2002-9 Bruce Allen
Copyright (C) 2004-18 Christian Franke

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2, or (at your option) any later
version.

You should have received a copy of the GNU General Public License (for
example COPYING).  If not, see <http://www.gnu.org/licenses/>.

SPDX-License-Identifier: GPL-2.0-or-later


== CREDITS ==
See AUTHORS file.


== OVERVIEW ==
smartmontools contains utilities that control and monitor storage
devices using the Self-Monitoring, Analysis and Reporting Technology
(SMART) system build into ATA/SATA and SCSI/SAS hard drives and
solid-state drives.  This is used to check the reliability of the
drive and to predict drive failures.


== CONTENTS ==
The suite contains two utilities:

smartctl is a command line utility designed to perform S.M.A.R.T. tasks
	 such as disk self-checks, and to report the S.M.A.R.T. status of
	 the disk.

smartd   is a daemon that periodically monitors S.M.A.R.T. status and
         reports errors and changes in S.M.A.R.T. attributes to syslog.


== OBTAINING SMARTMONTOOLS ==

Source tarballs
---------------

http://sourceforge.net/projects/smartmontools/files/

SVN
---

svn co http://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools

This will create a subdirectory called smartmontools containing the code.

To instead get the 5.38 release:

svn co http://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools

You can see what the different tags are by looking at
http://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/

== BUILDING/INSTALLING SMARTMONTOOLS ==

Refer to the "INSTALL" file for detailed installation instructions.

== GETTING STARTED ==

To examine SMART data from a disk, try:
  smartctl -a /dev/sda
See the manual page 'man smartctl' for more information.

To start automatic monitoring of your disks with the smartd daemon,
try:
  smartd -d
to start the daemon in foreground (debug) mode, or
  smartd
to start the daemon in background mode.  This will log messages to
SYSLOG.  If you would like to get email warning messages, please set
up the configuration file smartd.conf with the '-m' mail warning
Directive.  See the manual page 'man smartd' for more information.