Download List

Descripción del Proyecto

scsidev builds a list of devices on your SCSI busses and creates device nodes to access them. The names are built based on their path, which is a 4-tuple consisting of the host adapter number, the channel number, the SCSI target ID, and the Logical Unit Number. Names build this way are much more persistent than the enumeration scheme used by the kernel (1st disk = sda, etc.). scsidev remembers the permissions of disappeared devices and restores the permissions properly when devices reappear. Optionally, it can create the devices as symbolic links to the main device nodes in /dev/, create missing device nodes, and handle missing permissions on the /dev/ nodes. You can assign alias names based on various pieces of information, such as vendor and model name. It also supports retrieving the serial number, the WWID, and the HSV OS ID and allows assigning names based on this information, thus providing a unique identification.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-22 17:19
2.36

scsidev no hizo uso de información sysfs el kernel 2.6 para las cintas, lo que falta desarrolladores de cinta. Esto se ha corregido. scsidev ahora también usa la interfaz de SG_IO si se dispone de la interfaz en lugar de SG de edad. El analizador de la página VPD 0x83 Inquirer Gran Bretaña se ha enseñado a analizar AAN y EUI-64 y también el pre-formato binario SPC.
Tags: Minor feature enhancements
scsidev did not use the 2.6 kernel's sysfs info
for tapes, resulting in missing tape devs. This
has been fixed. scsidev now also uses the SG_IO
interface if available rather than the old sg
interface. The parser for the 0x83 VPD INQ page
has been taught to parse AAN and EUI-64 and also
the binary pre-SPC format.

2004-09-16 02:28
2.35

Muchos pequeños bugs fueron corregidos. sysfs ha cambiado un poco, y scsisdev se ha adaptado en consecuencia. Algunos de los límites han ido tan bien: los nombres más largos de adaptador de host y nombres de las particiones son posibles ahora. A pocas correcciones (volcado de longitudes de página, bloque frente a la creación de dev char, de tipo SCSI, dev sobrescribir en la recuperación de número de serie, la eliminación del nodo dev testdev, y la especificación de canal en scsi.alias) han sido necesarios. La opción quiet funciona mejor ahora. Para probar la sysfs falta de apoyo,-y se ha añadido. ASCII fecha T10 de EVP 0x82 Inquirer Gran Bretaña se puede mostrar también. scsi.alias se puede colocar en otro lugar.
Tags: Major bugfixes
Many small bugs were fixed. sysfs has changed somewhat, and scsisdev has been adapted accordingly. Some limits have gone as well: longer host adapter names and partition names are possible now. A few bugfixes (dump page lengths, block vs. char dev creation, SCSI dev type overwriting in serial no retrieval, removal of the testdev dev node, and channel specification in scsi.alias) have been necessary. The quiet option works better now. To test missing sysfs support, -y has been added. ASCII T10 date from EVP INQ 0x82 can be displayed as well. scsi.alias can be placed elsewhere.

2003-08-16 21:04
2.31

Un cambio de 2,29 que garantiza que la oldnames (utilizado en el modo de enlace simbólico) se establece correctamente para las particiones de disco duro se había perdido en la versión anterior. Esto ya se ha solucionado.
Tags: Minor bugfixes
A change in 2.29 that ensured that the oldnames
(used in symlink mode) were correctly set for hard
disk partitions had been lost in the previous
release. This has now been fixed.

2003-08-09 21:35
2.30

scsidev ahora es compatible con los núcleos 2.6. La información que se añade a / proc / scsi / scsi por el SCSI-muchos parches es obtenida de sysfs, a excepción de la información necesaria para los dispositivos de caracteres, que se encuentra. VHS OS identificadores son recuperados y se puede utilizar para asignar alias. Nombres antiguos pueden ser opcionalmente construido para SCSI CD-ROM con ECF en lugar de sr. La documentación se ha mejorado, y se realizaron correcciones de errores.
Tags: Minor feature enhancements
scsidev now supports 2.6 kernels. The information
that is added to /proc/scsi/scsi by the scsi-many
patches is gathered from sysfs, excepting the
information needed for char devices, which is
missing. HSV OS IDs are now retrieved and can be
used to assign aliases. Old names can be
optionally built for SCSI CD-ROMs with scd instead
of sr. The documentation was improved, and
bugfixes were made.

Project Resources