/
githubmirror
/
sg3_utils
Обзор
Документация
Войти
/
githubmirror
/
sg3_utils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/scsi_stop.8
40 строк
1 KB
Douglas Gilbert
add --js-file=JFN option to JSON supporting utilities; sg_ses: change index range separator from - to : and still support former
28 дек 2022, 05:55
28 дек 2022, 05:55
5891d47
Код
Авторство
О чём код?
.TH SCSI_STOP "8" "May 2013" "sg3_utils\-1.36" SG3_UTILS .SH NAME scsi_stop \- stop (spin down) one or more SCSI disks .SH SYNOPSIS .B scsi_stop [\fI\-\-help\fR] [\fI\-\-verbose\fR] [\fI\-\-wait\fR] \fIDEVICE\fR [\fIDEVICE\fR]* .SH DESCRIPTION .\" Add any additional description here This bash shell script calls the sg_start utility on each given \fIDEVICE\fR. The purpose is to spin down (stop) each given \fIDEVICE\fR. .SH OPTIONS Arguments to long options are mandatory for short options as well. .TP \fB\-h\fR, \fB\-\-help\fR print out the usage message then exit. .TP \fB\-v\fR, \fB\-\-verbose\fR increase level or verbosity. .TP \fB\-w\fR, \fB\-\-wait\fR wait for the spin down (stop) on each given \fIDEVICE\fR to complete. The default action is to do each stop in immediate mode. .SH NOTES The sg_start utility calls the SCSI START STOP UNIT command and can either start (spin up) or stop (spin down) a SCSI disk depending on the given command line options. .SH EXIT STATUS The exit status of this script is 0 when it is successful. Otherwise the exit status is that of the last sg_start utility called. See the sg3_utils(8) man page. .SH AUTHORS Written by D. Gilbert .SH COPYRIGHT Copyright \(co 2009\-2013 Douglas Gilbert .br This software is distributed under a BSD\-2\-Clause license. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH "SEE ALSO" .B sg_start (sg3_utils)