1828481 Members
3064 Online
109978 Solutions
New Discussion

Re: controller instance

 
Garry Taylor_3
Occasional Advisor

controller instance

Hello to all,
How do I convert dev: b 31 0x170500 to a controller instance
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: controller instance

Major (block) device 31
Ox17 = c23
0x0 = t0
0x5 = d5
0x00 == device dependent

If it ain't broke, I can fix that.
Ivan Krastev
Honored Contributor

Re: controller instance

/usr/sbin/lsdev -b 31
Character Block Driver Class
188 31 sdisk disk


shows that this is disk device.

ll /dev/dsk/* | grep 0x170500


regards,
ivan
Garry Taylor_3
Occasional Advisor

Re: controller instance

I have my answer thank you both for a speedy reply.
Sandman!
Honored Contributor

Re: controller instance