BenHanokh Gabriel wrote:
> 
> hi
> 
> is there a way in user-space to map from the dev_t ( retrive from
> stat(2) ) to the scsi target & logical ids?
> if no can i do it in kernel-space ?

With an open file descriptor to a SCSI device the
SCSI_IOCTL_GET_IDLUN ioctl() can be used. 
The struct associated with this ioctl() is
described in:
http://www.torque.net/scsi/linux_scsi_24

You may also be able to deduce it from looking at
'cat /proc/scsi/scsi' [but that is a bit hard to
parse].


Doug Gilbert

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to