1834189 Members
2698 Online
110064 Solutions
New Discussion

Re: DISK DEVICE

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

DISK DEVICE

I have a Monday morning brain.

How do I find the physical path of the following device?

/dev/dsk/c1t6d0
UNIX IS GOOD
4 REPLIES 4
Leif Halvarsson_2
Honored Contributor
Solution

Re: DISK DEVICE

Hi,
ioscan -fnC disk
Suraj Singh_1
Trusted Contributor

Re: DISK DEVICE

Give ioscan -fnkC disk|grep "/dev/dsk/c1t6d0"..

In case this command fails, try insf -e first and then the above command.

Regards
What we cannot speak about we must pass over in silence.
Suraj Singh_1
Trusted Contributor

Re: DISK DEVICE

Just ioscan -funC disk would do. Grepping for disk won't...
What we cannot speak about we must pass over in silence.
Thayanidhi
Honored Contributor

Re: DISK DEVICE

lssf /dev/dsk/c1t6d0

Regds
TT
Attitude (not aptitude) determines altitude.