search
HomeCommon ProblemWhat does the device number mean?

What does the device number mean?

Nov 01, 2022 am 10:59 AM
Device No

The equipment number is a string of numbers of the equipment. The manufacturer can identify the production batch, production place, date of manufacture and other information of the equipment based on this string of numbers. It has the same meaning as the person's ID number; in addition, the main The device number is used by the system to identify the driver, and the minor device number is used by the driver to identify the specific device.

What does the device number mean?

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

What does the equipment number mean?

1. The equipment number is a string of numbers for the equipment. The manufacturer can identify the production batch and production location of the equipment based on this string of numbers. , information such as the date of manufacture, and the person’s ID number have the same meaning.

2. The major device number is used by the system to identify the driver, and the minor device number is used by the driver to identify the specific device. The special file of the character device driver can be indicated by "c" in the first column of the ls-l output. There are also block devices under dev, which are identified by "b". This chapter focuses only on character devices, although some of what is described below applies to block devices as well.

Related introduction:

View the major and minor device numbers

The special file of the character device driver can be indicated by the "c" in the first column output by ls-l . There are also block devices under /dev, which are identified by "b". This chapter focuses only on character devices, although some of what is described below applies to block devices as well.

If you execute the ls-l command, you will see two numbers (separated by commas) before the latest modification date in the device file entry. This position usually displays the file length. These two numbers are the major device number and minor device number of the corresponding device. The list below gives some of the devices on the system I use. Their major device numbers are 1,1 and their minor device numbers are 3,5.

crw-rw-rw- 1 root root 1, 3 Feb23 1999 null
crw-rw-rw- 1 root root 1, 5 Feb23 1999 zero

The major device number identifies the driver corresponding to the device. For example, /dev/null and /dev/zero are managed by driver 1, while all virtual consoles and serial terminals are managed by driver 4. Similarly, vcs1 and vcsa1 are managed by driver 7. When a device is opened, the kernel uses the major device number to dispatch and execute the corresponding driver.

The minor device number is used only by the corresponding device driver; other parts of the kernel do not use it and only pass it to the driver. So it's not surprising that a driver manages several devices (as shown in the example above), and the sequence number provides a way to distinguish them. Although the 2.4 version of the kernel introduces a new feature (optional): the device file system, devfs. If this file system is used, the device file will become simpler, but it will also be very different from the original. On the other hand, this new file system brings some user-visible incompatibilities.

For more related knowledge, please visit the FAQ column!

The above is the detailed content of What does the device number mean?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft