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

user trying to login the system says invalid passwd but when u see the user in the nis master the user exists so what will be the problem and how to fix it

1 Answers   IBM,


If you can ping a server, but can't telnet or ssh to it, whats wrong?

8 Answers   HCL,


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

1 Answers  


What does init 5 do?

10 Answers  


How can you unencapsulate a boot disk in VxVM?

5 Answers  






what is milestone and what is use of it in Solaris

6 Answers   IBM,


Is there any difference b/w dhcp and jumpstart..?

2 Answers  


what is difference between tar and cpio

1 Answers   IBM,


NIS is configured, users are try to connect in client systems 'unknown id' is displayed. what is the problem?

4 Answers  


how to know the creation time of users and creation time of zones in solaris

1 Answers  


How do you boot from a Network with jumpstart?

3 Answers  


How to identify multiple paths for a disk.?

2 Answers  


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)