.TH scsi-spin 8 "03 September 2001" .SH NAME scsi-spin \- spin up and down a SCSI device .SH SYNOPSIS .BI "scsi-spin [-" "options..." "] [" device ] .SH DESCRIPTION .B scsi-spin let the user to manually spin up and down a SCSI device. This command is particularly useful if you've got noisy (or hot) drives in a machine that you rarely need to access. This is .B not the same as the kernel patch that's floating around that will automatically spin down the drive after some time. .B scsi-spin is completely manual, and spinning down a drive that's in use, especially the one containing the scsi-spin binary, is probably a .B really bad idea. To avoid running in trouble with such cases, .B scsi-spin verifies that the device to work on is not currently in use by scanning the mounted file system description file for a partition living on it and issue an error if this the case. .SH OPTIONS .TP .B -u, --up spin up device. .TP .B -d, --down spin down device. .TP .B -e, --loej load or eject medium from drive (use along with .B -u or .B -d ) .TP .B -w, --wait=[n] wait up to .B n seconds for the spin up/down command to complete. Default is to return immediately after the command was sent to the device. Either repeat .B -w n times or set .B n to define the time to wait before to report a timeout. .TP .B -l, --lock prevent removal of medium from device. .TP .B -L, --unlock allow removal of medium from device. .TP .B -I, --oldioctl use legacy ioctl interface instead of SG_IO to dialog with device (could not be supported on all platforms). .B -e and .B -w are not allowed with this option. .TP .B -v, --verbose=[n] verbose mode. Either repeat .B -v or set .B n accordingly to increase verbosity. 1 is verbose, 2 is debug (dump SCSI commands and Sense buffer). .TP .B -f, --force force spinning up/down the device even if it is in use. .TP .B -n, --noact do nothing but check if the device is in use. .TP .TP .B -p, --proc use /proc/mounts instead of /etc/mtab to determine if the device is in use or not. .TP .B device the device is any name in the filesystem which points to a SCSI block device (sd, scd) or generic SCSI device (sg). See section below. .SH SCSI devices naming convention .SS Old kernel naming convention It is typically .I /dev/sd[a-z] , .I /dev/scd[0-9]* or .I /dev/sg[0-9]*. .SS scsidev naming convention It is typically .I /dev/scsi/s[rdg]h[0-9]*-e????c?i?l? or .I /dev/scsi/. .SS devfs naming convention It is typically /dev/scsi/host[0-9]/bus[0-9]/target[0-9]/lun[0-9]/disc (same for cd and generic devices) or short name /dev/sd/c[0-9]b[0-9]t[0-9]u[0-9] when .B devfsd "new compatibility entries" naming scheme is enabled. .SH SEE ALSO .BR scsiinfo (8), .BR sg_start (8), .BR sd (4), .BR proc (5), .SH AUTHORS Eric Delaunay , 2001 .br Rob Browning , 1998