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

how can u create volume

3 Answers   HCL,


what r the phases in fsck?

3 Answers   Accenture, Cognizant, HCL,


What is the use of Sam utility in solaris

0 Answers   Accel,


how to add a disk group in veritas from one system to another system?

2 Answers   TCS,


What does the pkgadd command do?

4 Answers  






how to install solaris and windows on a single harddisk ie dual booting

1 Answers  


What is a Split brain scenario ?

2 Answers  


What is RPC?

3 Answers  


if u have given to install Solaris on Intel machine with more fast (70% to 80% compare to SPARC) then how can u install

1 Answers   Cap Gemini, IBM,


If you mistype a password, how do you clear it out to retype the password again?

11 Answers   Genpact, WNS,


difference between terminal & console?

3 Answers   Satyam,


how to delete a zone?

3 Answers   IBM,


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)