GitXplorerGitXplorer
l

smartmontools

public
0 stars
0 forks
1 issues

Commits

List of commits on branch debian/sid.
Unverified
0a6f41ea5b1ecdb345101c1f73f77d068c7aee30

Import patches-unapplied version 7.0-2 to debian/sid

committed 5 years ago
Unverified
a027b0645141c89dcbc0f1dea1d9970f50408b8e

Import patches-unapplied version 7.0-1 to debian/sid

committed 5 years ago
Unverified
e2de364df3b3dd6e39156be62067b65ab5020a4e

Import patches-unapplied version 6.6-1 to debian/sid

jjmtd committed 6 years ago
Unverified
30441e5de5ccce5af17cc086b41d39e713d5e135

Import patches-unapplied version 6.5+svn4324-1 to debian/sid

committed 8 years ago
Unverified
79d9389be068082861198663d1e6c40516d93615

Import patches-unapplied version 6.4+svn4214-1 to debian/sid

jjmtd committed 9 years ago
Unverified
0698d80e2d832d4338ed7a7b17db928c0a74bf4d

Import patches-unapplied version 6.4+svn4109-1 to debian/sid

jjmtd committed 9 years ago

README

The README file for this repository.

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

$Id: README 4760 2018-08-19 18:45:53Z chrfranke $

== 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.