diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-14 04:20:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-14 04:20:12 +0000 |
commit | 40eeae3f55ac7145433581b7f6b99e13992197e6 (patch) | |
tree | 11dcde3fcba5cdbb53c847dd0c070278534bcee4 /sbin | |
parent | 1e76c9c90ca3bced88306f8c721148abb28c9b7b (diff) |
Give example of how to spin down a device since this is a question
that comes up periodically.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/scsi/scsi.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8 index 9e0a95c4b47..b5d457b973f 100644 --- a/sbin/scsi/scsi.8 +++ b/sbin/scsi/scsi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.8,v 1.27 2005/04/03 08:40:50 jaredy Exp $ +.\" $OpenBSD: scsi.8,v 1.28 2005/05/14 04:20:11 millert Exp $ .\" $FreeBSD: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $ .\" .\" Written By Julian ELischer @@ -331,6 +331,12 @@ To do an inquiry to FUJITSU M2654S-512 010P .Ed .Pp +To spin down +.Pa /dev/rsd2c : +.Bd -literal -offset indent +# scsi -f /dev/rsd2c -c "1b 0 0 0 0 0" +.Ed +.Pp To edit mode page 1 on .Pa /dev/rsd2c and store it permanently on the |