Tagged Questions
4
votes
3answers
1k views
How to find out if SCSI device (say /etc/sda) is a disk or not via ioctl calls or other?
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 ...
1
vote
1answer
61 views
How to get a list of SCSI-Disks in C/C++ under Linux?
i need to get a list or any other enumerable class with info about any connected SCSI-disks, with info just like /proc/scsi/sg/devices
Please help me and thanks in advance
1
vote
2answers
222 views
Java scsi access
I'd like to port a Linux C program to Java. This program controls a camera which is connected to the PC with a USB cable. The C code uses Linux SCSI Generic (sg).
Sample code from the C program:
...
0
votes
3answers
157 views