Skip to content
Snippets Groups Projects
Commit 53ae2c66 authored by ballen4705's avatar ballen4705
Browse files

Made some minor modifications. Changed offline to offlineauto, changed arguments

of --tolerance option to strings rather than numbers.


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@345 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent efa1457a
No related branches found
No related tags found
No related merge requests found
...@@ -115,13 +115,14 @@ please post to the smartmontools mailing list. ...@@ -115,13 +115,14 @@ please post to the smartmontools mailing list.
Set the quiet mode to one of: errorsonly, silent Set the quiet mode to one of: errorsonly, silent
-d TYPE, --devicetype=TYPE -d TYPE, --devicetype=TYPE
Set the device type to one of ata, scsi Set the device type to one of: ata, scsi
-T N, --tolerance=N -T TYPE, --tolerance=TYPE
Set tolerance level to one of: Set tolerance level to one of:
0 - Exit if any SMART command fails conservative - Exit if any SMART command fails
1 - Exit if a mandatory SMART command fails (default) normal - Exit if a mandatory SMART command fails [DEFAULT]
2 - Continue even if a mandatory SMART command fails (Phil, do we really need this DEFAULT option??? Or just other two??)
permissive - Continue even if a mandatory SMART command fails
-k, --checksumfail -k, --checksumfail
Exit on bad checksum Exit on bad checksum
...@@ -129,7 +130,7 @@ please post to the smartmontools mailing list. ...@@ -129,7 +130,7 @@ please post to the smartmontools mailing list.
-s VALUE, --smart=VALUE -s VALUE, --smart=VALUE
Enable/disable SMART. VALUE is one of: on, off Enable/disable SMART. VALUE is one of: on, off
-o VALUE, --offline=VALUE -o VALUE, --offlineauto=VALUE
Enable/disable automatic offline testing. VALUE is one of: on, off Enable/disable automatic offline testing. VALUE is one of: on, off
-S VALUE, --autosave=VALUE -S VALUE, --autosave=VALUE
...@@ -142,10 +143,10 @@ please post to the smartmontools mailing list. ...@@ -142,10 +143,10 @@ please post to the smartmontools mailing list.
Show SMART capabilities Show SMART capabilities
-a, --showattributes -a, --showattributes
Show SMART vendor attributes Show SMART vendor-specific attributes and values.
-l TYPE, --showlog=TYPE -l TYPE, --showlog=TYPE
Show log: type is one of: error, selftest Show device log. Type is one of: error, selftest
-i, --showinfo -i, --showinfo
Show drive information Show drive information
...@@ -165,11 +166,11 @@ please post to the smartmontools mailing list. ...@@ -165,11 +166,11 @@ please post to the smartmontools mailing list.
attributes. attributes.
-t TEST, --test=TEST -t TEST, --test=TEST
Perform TEST immediately. TEST is one of offline, short, long Perform TEST immediately. TEST is one of: offline, short, long
-C, --captive -C, --captive
When used with -t, performs test in captive mode. Has no effect on When used with -t, performs test in captive mode. Has no effect on
offline test offline test, or when used without -t option.
-X, --abort -X, --abort
Abort any non-captive test Abort any non-captive test
...@@ -185,13 +186,13 @@ The following table shows the mapping of old options to new options: ...@@ -185,13 +186,13 @@ The following table shows the mapping of old options to new options:
-Q -q silent --quietmode=silent -Q -q silent --quietmode=silent
-n -d ata --devicetype=ata -n -d ata --devicetype=ata
-N -d scsi --devicetype=scsi -N -d scsi --devicetype=scsi
-P -T 2 --tolerance=2 -P -T permissive --tolerance=permissive
-U -T 0 --tolerance=0 -U -T conservative --tolerance=conservative
-W -k --checksumfail -W -k --checksumfail
-e -s on --smart=on -e -s on --smart=on
-d -s off --smart=off -d -s off --smart=off
-t -o on --offline=on -t -o on --offlineauto=on
-T -o off --offline=off -T -o off --offlineauto=off
-f -S on --autosave=on -f -S on --autosave=on
-F -S off --autosave=off -F -S off --autosave=off
-c -h --showstatus -c -h --showstatus
...@@ -203,9 +204,9 @@ The following table shows the mapping of old options to new options: ...@@ -203,9 +204,9 @@ The following table shows the mapping of old options to new options:
-m -v 9,minutes --vendoroptions=9,minutes -m -v 9,minutes --vendoroptions=9,minutes
-O -t offline --test=offline -O -t offline --test=offline
-S -t short --test=short -S -t short --test=short
-s -Ct short --test=short --captive -s -t short -C --test=short --captive
-X -t long --test=long -X -t long --test=long
-x -Ct long --test=long --captive -x -t long -C --test=long --captive
-A -X --abort -A -X --abort
----------------------------------------------------------------------- -----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment