1748122 Members
3296 Online
108758 Solutions
New Discussion юеВ

SCSI Read Erorr again..

 
SOLVED
Go to solution
paul fritzsche
Advisor

SCSI Read Erorr again..


SCSI: Read error -- dev: b 31 0x013000, errno: 126, resid: 2048

How do I find out which disk is producing these errors?

I have run ioscan -funC disk and it found all the disks so none are that broken..
3 REPLIES 3
Michael Schulte zur Sur
Honored Contributor

Re: SCSI Read Erorr again..

Hi,

ls -l /dev | grep 0x013000

greetings,

Michael
G. Vrijhoeven
Honored Contributor
Solution

Re: SCSI Read Erorr again..

Hi,

I like to add the -R in Micheals reaction.
ls -lR /dev/ | grep 0x013000

Regards,

Gideon
Jeff Schussele
Honored Contributor

Re: SCSI Read Erorr again..

Hi Paul,

You can translate w/o a command as follows:

c = first 2 digits after "x" in hex - in this case c1
t = next digit - in this case t3
d = next digit in hex - in this case d0

So it would be c1t3d0

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!