Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, the kernel identifies devices, not by the name (which is just there for user help) but by [...] and [...] numbers of the device. <-- looking for two different words for each occulsion
Answer

Major and Minor

^^ note Major is for the device category/set, such as disks, where as minor is for the exact device id in that set, e.g. /dev/sda1 will have unique combination of major and minor number.


Question
In linux, the kernel identifies devices, not by the name (which is just there for user help) but by [...] and [...] numbers of the device. <-- looking for two different words for each occulsion
Answer
?

Question
In linux, the kernel identifies devices, not by the name (which is just there for user help) but by [...] and [...] numbers of the device. <-- looking for two different words for each occulsion
Answer

Major and Minor

^^ note Major is for the device category/set, such as disks, where as minor is for the exact device id in that set, e.g. /dev/sda1 will have unique combination of major and minor number.

If you want to change selection, open document below and click on "Move attachment"

18. UNIX Devices
vided into sets called major device numbers. For instance, all SCSI disks are major number 8. Further, each individual device has a minor device number like /dev/sda , which is minor device 0. M<span>ajor and minor device numbers identify the device to the kernel. The file name of the device is arbitrary and is chosen for convenience and consistency. You can see the major and minor device number ( 8, 0 ) in the ls listing for /dev/sda : brw-rw--

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.