Skip to content
Snippets Groups Projects
Select Git revision
  • 5837254ca73df2e5de432e7e409ddbbb3edf10da
  • master default protected
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

fully_coherent_search_using_MCMC.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    smartctl.8 22.12 KiB
    \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
    \#
    \# $Id: smartctl.8,v 1.31 2003/01/01 08:21:00 ballen4705 Exp $
    \# 
    \# 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, write to the Free Software Foundation, Inc., 675
    \# Mass Ave, Cambridge, MA 02139, USA.
    \#
    \# This code was originally developed as a Senior Thesis by Michael Cornwell
    \# at the Concurrent Systems Laboratory (now part of the Storage Systems
    \# Research Center), Jack Baskin School of Engineering, University of
    \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/
    \#
    .TH SMARTCTL 8  "$Date: 2003/01/01 08:21:00 $" "smartmontools-5.0"
    .SH NAME
    smartctl \- S.M.A.R.T. control and monitor utility 
    .SH SYNOPSIS
    .B smartctl [options] device
    
    .SH DESCRIPTION
    .B smartctl
    controls the Self-Monitoring, Analysis and Reporting Technology
    (S.M.A.R.T.) system built into many ATA-3 and later ATA, IDE and
    SCSI-3 hard drives. The purpose of S.M.A.R.T. is to monitor the
    reliability of the hard drive and predict drive failures, and to carry
    out different types of drive self-tests.  This version of smartctl is
    compatible with ATA/ATAPI-5 and earlier standards (see REFERENCES
    below)
    
    .B smartctl
    is a command line utility designed to perform S.M.A.R.T. tasks such as
    printing the S.M.A.R.T. self-test and error logs, and enabling and
    disabling S.M.A.R.T. automatic testing. Note: if the user issues a
    S.M.A.R.T. command that is (apparently) not implemented by the device,
    we print a warning message but issue the command anyway.  This should
    not cause problems: unimplemented S.M.A.R.T. commands issued to a
    drive are ignored and return an error.
    
    .B smartctl
    also provides limited TapeAlerts support for some SCSI tape drives and
    changers.
    
    The user must specify the device to be controlled or interrogated as an
    argument to
    .B smartctl.
    ATA devices use the form "/dev/hd*" and SCSI devices use the form "/dev/sd*".
    For SCSI Tape Drives and Changers with TapeAlerts support use the devices
    "/dev/st*" and "/dev/sg*".  More general paths may also be specified.
    .B smartctl
    will attempt to guess the device type, but the '\-d' option can be used to
    specify a device type of ATA or SCSI if required.
    
    
    .PP
    .SH OPTIONS
    .PP
    The options are grouped below into several categories.
    .B smartctl
    will execute these in the order: INFORMATION, ENABLE/DISABLE, DISPLAY
    DATA, RUN/ABORT TESTS.
    
    SCSI devices only accept the options 
    .B \-h, \-?, \-V, \-i, \-a, \-d, \-s, \-H, \-t, \-C
    and 
    .B \-X.