scsi Questions

5

Solved

I have a user-space application that generates big SCSI writes (details below). However, when I'm looking at the SCSI commands that reach the SCSI target (i.e. the storage, connected by the FC) som...
Headcheese asked 8/5, 2012 at 7:41

7

In a Linux VM (Vmware workstation or similar), how can I simulate a failure on a previously working disc? I have a situation happening in production where a disc fails (probably a controller, cabl...
Diagnostics asked 1/9, 2009 at 9:38

2

Hi I recently did a experiment of virtio-scsi over rbd through qemu target (for its DISCARD/TRIM support), and compared the throughput and iops with that of a virtio-blk over rbd setup on the same ...
Plucky asked 19/8, 2016 at 5:5

1

Solved

I try to issue a scsi read(10) and write(10) to a SSD. I use this example code as a reference/basic code. This is my scsi read: #define READ_REPLY_LEN 32 #define READ_CMDLEN 10 void scsi_read() {...
Fracas asked 8/8, 2012 at 15:10

2

Solved

So here's the background: I've got this SCSI device with media that has raw data on it (for simplicity let's say it contains abc123). This device is on a Windows machine. I'd like to use C/C++ to ...
Godliman asked 30/3, 2012 at 16:21

3

Solved

How to find out if SCSI device (say /dev/sda) is a disk or not via ioctl calls or other ? I have tried the following but the ioctl call fails. My /dev/sda is a USB flash disk. #include <stdlib....
One asked 23/4, 2010 at 12:33

2

I want to be able to retrieve an SD Card's Serial Number, Manufacturer, and any other information it may provide. Java or just a command to run would be great. Compact Framework does it, but that d...
Circumflex asked 3/12, 2009 at 3:43
1

© 2022 - 2024 — McMap. All rights reserved.