Operating System - HP-UX
1753559 Members
5976 Online
108796 Solutions
New Discussion юеВ

Re: how do find the device file with major and minor number

 
SOLVED
Go to solution
Jeffe.G
Valued Contributor

how do find the device file with major and minor number

dear experts,
I found following information in the syslog.log:
"SCSI: Write error -- dev: c 4 0x1e7100, errno: 126, resid: 8192,
blkno: 78593904, sectno: 157187808, offset: 80480157696, bcount: 8192."

how do find the device file with major and minor number?
2 REPLIES 2
R.K. #
Honored Contributor

Re: how do find the device file with major and minor number

Hi Jeffe,

Try going inside /dev

This is what I found in my system:

# ll /dev/deviceFileSystem/mouseMux
crw------- 1 bin bin 4 0x000000 Dec 24 18:39 /dev/deviceFileSystem/mouseMux
Don't fix what ain't broke
SoorajCleris
Honored Contributor
Solution

Re: how do find the device file with major and minor number

Hi,

Inside dev ( including sub directory)

do ll and grep "0x1e7100" you can find out the device .

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie