Disk Representation - what is this c1t1d0s2 represent?


 
Thread Tools Search this Thread
Operating Systems Solaris Disk Representation - what is this c1t1d0s2 represent?
# 1  
Old 07-07-2008
Disk Representation - what is this c1t1d0s2 represent?

Hi All,

Can you please advise what the 't' letters stands for?

I understand the letter for the following "c1t1d0s2":

c = disk Controller
t = ?
d = disk number ID.
s = slice or partition of the disk

Thanks
# 2  
Old 07-07-2008
t = target
The target range from 0 to 15 and each device in a scsi chain has a target number, including the host. With most simple disk drives, that d number will always be a zero since there is only one disk. But if the target is a raid there can be many disks. Some raids can use multiple targets and appear to the host as many devices. Also a target could just be a tape drive.
# 3  
Old 07-07-2008
thanks

Thank You!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

How bit representation of a number can be done in c?

I have an assignment in which a character is the input of which some bits(from a position to certain position) are to be inverted (1's complement) and then the resultant character is to be returned....for example unsigned char x = J from p = 3 to offset n = 5 01001010 inverted to... (1 Reply)
Discussion started by: ezee
1 Replies

2. Programming

which stl is best suited to represent a tree

hi all i have a tree structure: root --- node 1 to node 10 in each node --- sub node 1 to sub node 10 in each sub node --- leaf node 1 to leaf node 10 i have to print this in following fashion: root ---- n1 ---- sn1 ---- l1, l2, l3, ....., l10 n1 ---- sn2 ---- l1, l2, l3,... (2 Replies)
Discussion started by: vidyaj
2 Replies

3. UNIX for Dummies Questions & Answers

What does $ represent in command prompt?

What does $ represent in command prompt? (2 Replies)
Discussion started by: ashok.g
2 Replies

4. UNIX for Dummies Questions & Answers

Why does Linux use files to represent drives?

Why does Linux use files to represent drives such as pipes and network connections? (2 Replies)
Discussion started by: MS_CC
2 Replies

5. Shell Programming and Scripting

How to represent euro sign in unix

how should represent euro sign "€" in Unix (1 Reply)
Discussion started by: akash
1 Replies

6. UNIX for Dummies Questions & Answers

how do you represent non integers in a shell script?

am trying to write a script that test that the load average which is taken from the uptime command's output to make sure it doesn't pass a certain limit. each time I execute the script, it complains about interger errors. if (2 Replies)
Discussion started by: TRUEST
2 Replies

7. UNIX for Dummies Questions & Answers

How do you represent a field delimeter that is a space???

you know like if you want to work on a specified field in the password file. you would specify the field your interested in my telling the script that the fields are separated by a colon. now, my problem is that I want to specify a field that is not separated by a colon but by a space or tab... (1 Reply)
Discussion started by: TRUEST
1 Replies

8. Shell Programming and Scripting

What is $PROD ? Does it represent some Unix directory?

Hi , Could u tell me What is $PROD ? Does it represent some Unix directory? Regards Ashish Malviya (2 Replies)
Discussion started by: Ashishm
2 Replies
Login or Register to Ask a Question