Top "Scsi" questions

Small Computer System Interface (SCSI, pronounced skuz-ee) is a set of parallel interface standards developed by the American National Standards Institute (ANSI) for physically connecting and transferring data between computers and peripheral devices(like printers, disk drives, scanners and other).

How can I simulate a failed disk during testing?

In a Linux VM (Vmware workstation or similar), how can I simulate a failure on a previously working disc? I …

linux testing io disk scsi
SCSI Read (10) and Write (10) with the SCSI Generic Interface

I try to issue a scsi read(10) and write(10) to a SSD. I use this example code as a reference/…

linux linux-device-driver scsi
Difference between SCSI and PCI

SCSI is standard electronic interfaces that allow personal computers to communicate with peripheral hardware such as disk drives, tape drives …

storage pci scsi
Retrieve SD Card Serial Number and Manufacturer under Linux

I want to be able to retrieve an SD Card's Serial Number, Manufacturer, and any other information it may provide. …

java linux ide sd-card scsi
Sending a specific SCSI command to a SCSI device in Windows

Does windows have specific interface by which I can send a specific scsi command such Inquiry to scsi device ? I …

windows winapi device-driver scsi
How to get serial number for Hard Drive

How to get the unique number (serial number/ID) for Processor (CPU), SCSI, Display, and IDE using C++ program other …

c++ adapter scsi
why is virtio-scsi much slower than virtio-blk in my experiment (over and ceph rbd image)?

Hi I recently did a experiment of virtio-scsi over rbd through qemu target (for its DISCARD/TRIM support), and compared …

performance qemu libvirt scsi block-device