what is major number and what is minor number..?
Answers were Sorted based on User's Feedback
Answer / t.k.chaitanya
major number maps to the device drivers(ex: printer , cd
rom,screen)
minor number maps to the specific device
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / daves
The major number identifies the device driver that owns the
device. The major number is mapped to its driver in the
/etc/name_to_major file.
The minor number identifies which driver device instance is
being managed. Each driver has its own numbering convention.
For example, disks are numbered as ((instance # * 8) + slice
#). Others may be numbered sequentially or as the driver
author felt like it.
You can see exactly which driver owns a device in the
/etc/path_to_inst file or sysdef -dD command, among other
places.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
The driver knows the minor number of a particular device..
For example, the major number of pts is 136..
Assume, we have three pts.. So, the major and minor number
will be as follows..
Device Major number Minor number
pts/0 -> 136 0
pts/1 -> 136 1
pts/2 -> 136 2
Whereas, the Kernel identfies the device using the major
number..
| Is This Answer Correct ? | 2 Yes | 2 No |
How can you unencapsulate a boot disk in VxVM?
hoe many default no of groups there?
what is use of boot -a
what is df -kh i/o error ?How to Troubleshoot ?
how can u schedule for snapshot
Does "AMD Turion 64 X2 Processor TL50, 1.6 GHz and above" supports Solaris 10?.
How many secondary groups allows to add..?
how u can perform security to users?
what is sc prompt in solaris? how can we get that sc prompt?
The NIC is failed in Cluster configuration. what is state of service group.whether NIC resource probed,if so how many times probed?
how can u create aggregate
What is the zone in DNS?