What type of names are used for administering disk drives in Solaris environment

Questions by krishnaraghava   answers by krishnaraghava

Showing Answers 1 - 12 of 12 Answers

Vasu Rao

  • Feb 2nd, 2012
 

c#t#d#s#
1.c# Controller number
2.t# Target number -- actually disk number
3.d# Disk number -- always d0 for SCSI disks.
4.s# Slice number

  Was this answer useful?  Yes

There are 3 types of device names:
1. Logical device names: Present in /dev and are soft links to physical device names in /devices.
Used in command line (i.e., while refering to a device in commands like format)
2. Physical device names: Present in /devices and it they are a series of nodes.
By seeing them, we can locate the actual physical location of a device.
3. Instance names : Short-hand names and abbreviated forms for Physical device names used by the kernel.
Just as we have nicknames, instance names are nicknames of devices(for quick reference).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions