what is major number and what is minor number..?

Answers were Sorted based on User's Feedback



what is major number and what is minor number..?..

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

what is major number and what is minor number..?..

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

what is major number and what is minor number..?..

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

Post New Answer

More Solaris AllOther Interview Questions

What is the use of Growfs utility in solaris

2 Answers  


Does "AMD Turion 64 X2 Processor TL50, 1.6 GHz and above" supports Solaris 10?.

1 Answers  


in this what is the configuration of .profile file and the other files

1 Answers   IBM,


what is milestone and what is use of it in Solaris

6 Answers   IBM,


How can i stop the telnet service in solaris 8 and 9?

6 Answers   Wipro,






how to increase file system in root disk mirroring with out detach the mirror?

1 Answers  


wht is the purpose of autofs and automountd commands..?

2 Answers  


vxdisk -o alldgs list o/p shows some disk groups in braces… What does that signify?

3 Answers  


what r the phases in fsck?

3 Answers   Accenture, Cognizant, HCL,


when i am starting solaris10 with 'fail safe mode' on intel machine it is asking "#starting shell".what is it and how to solve this problem?

3 Answers   Wipro,


u have 10 solaris boxes and u have given to add 200 users? At fast how can u add the 200 users?

3 Answers   IBM,


What is the use of Sam utility in solaris

0 Answers   Accel,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)