Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find the logical device name of CDROM

Status
Not open for further replies.

SBSaikia

IS-IT--Management
Feb 9, 2004
54
SG
Hi falks,
How to find out the logical device name of CDROM drive on a Sparc system ? (Solaris9, Sun Fire 240). I need to mount is through command line.
Thanks in advance.

Sbsaikia
 
See Thread60-741953

It's often useful to do a keyword search in the forum first. Cheers.
 
Not found my answer searching keywords.
Any help w'd be appreciated.
Thanks.
 
Did you look at the thread I mentioned (you need to click on it) in my earlier post?
 
Yeah, I saw that thread, but it does not answer "How to find a logical device name". Instead it has a reply as
"... Usually cdrom target is 6 (c0t6d0)...."

Hope you understand what I am looking for.

rgds




 
prtconf -v -> search for "removable-media"

an Example:
Code:
[....blablabla....]
        scsi, instance [COLOR=red][b]#0[/b][/color]
[....blablabla....]
            sd, instance [COLOR=red][b]#6[/b][/color]
                System properties:
                    name='lun' type=int items=1
                        value=00000000
                    name='target' type=int items=1
                        value=00000006
                    name='class' type=string items=1
                        value='scsi'
                Driver properties:
                    name=[COLOR=red][b]'removable-media'[/b][/color] type=boolean dev=none
                    name='pm-components' type=string items=3 dev=none
                        value='NAME=spindle-motor' + '0=off' + '1=on'
                    name='pm-hardware-state' type=string items=1 dev=none
                        value='needs-suspend-resume'
                    name='ddi-failfast-supported' type=boolean dev=none
                    name='ddi-kernel-ioctl' type=boolean dev=none
                Hardware properties:
                    name='inquiry-revision-id' type=string items=1
                        value='1009'
                    name='inquiry-product-id' type=string items=1
                        value='[COLOR=red][b]DVD-ROM SD-M1401'[/b][/color]
                    name='inquiry-vendor-id' type=string items=1
                        value='TOSHIBA'
                    name='inquiry-device-type' type=int items=1
                        value=00000005
[....blablabla....]

this CDROM is c0t6d?s?


Regards
-- Franz
Sorry I'm not a native spaeker, I'm from Munich, Germany - "Home of the Whopper", oh no, "Home of the Oktoberfest" ;-)
Solaris System Manager; I used to work for Sun Microsystems Support (EMEA) for 5 years
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top