linux lun refers to the logical unit number. Its full English name is "Logical Unit Number". It is actually defined in SCSI-3 and is not only used in the storage category. It can also refer to the use of the SCSI protocol. All peripheral equipment, such as tape drives, SCSI printers, etc.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
What is linux lun?
1. The concept of LUN
The full name of LUN is Logical Unit Number, which is the logical unit number. We know that the number of devices that can be attached to the SCSI bus is limited, usually 6 or 15. We can use Target ID (also called SCSI ID) to describe these devices. As soon as a device is added to the system, there is a Code name, when we distinguish the equipment, we only need to say the number and it will be ok.
In fact, the objects we need to describe far exceed this number, so we introduced the concept of LUN, which means that the function of LUN ID is to expand the Target ID. There can be multiple LUN Devices under each Target. We usually refer to LUN Device as LUN. In this way, we can say that the description of each device has changed from the original Target x to Target x LUN y. So obviously, we describe the device capabilities are enhanced.
Just like there is a physical hard disk in our computer, we need to partition it into logical disks: such as C drive, D drive, E drive...
So we can To sum up, LUN is just a method we introduced in order to use and describe more devices and objects. There is nothing special about it at all.
LUN ID is not equal to a certain device, it is just a number and does not represent any physical attribute. In our actual environment, the LUN we encounter may be disk space, a tape drive, or media changer and so on.
2. What is a LUN?
The mystery of LUN (relative to some novices) is that it is often not a visible entity, but some virtual objects. For example, an array cabinet is regarded as a Target Device by the host. For some special needs, we have to divide the disk space of the disk array cabinet into several small units for the host to use, so some logic is generated. In terms of drives, they are logical objects with a lower level than Target Device. We are used to calling these smaller disk resources LUN0, LUN1, LUN2... and so on. Due to the mechanism of the operating system, the minimum storage object level recognized by the operating system is LUN Device. This is a logical object, so it is often called Logical Device.
Some people say that in my Windows, I only recognize a disk, but I don’t see anything about LUN. Does it mean LUN=Physical Disk? The answer is no. As long as you pay attention, you can see a LUN value in the disk's properties. This is just because your Disk is not divided into multiple storage resource objects, but the entire disk is used as a LUN. LUN The ID defaults to zero, that's all.
We have encountered such a problem. For example, someone asked, we have a disk array connected to two hosts. We divided a LUN for the two hosts to recognize, and then we thought, first The operating system divides the disk into two partitions, allowing the two hosts to use two partitions respectively. Then, if a host goes down, use cluster software to switch the partition to another host. Is this feasible? The answer is also no. The disk unit operated by the cluster software is a LUN, not a partition, so this operation is not feasible. Of course, in some environments, generally those with relatively low requirements, different disk partitions can be mounted on multiple hosts. However, in this case, there is actually no disk switching involved, so in some high-demand environments In the environment, this situation is simply not allowed to exist.
It should also be noted that in the concepts of some manufacturers and some products, the LUN ID is bound to a specific Device. For example, some of IBM's tape libraries have only one Target ID for the entire tape library, and then The changer and tape drive are assigned to LUN0, LUN1, LUN2..., but we should note that this is only a special design of the product, and it is also a rare case.
3. What is the difference between LUN and storage volume?
It is common for people to talk about the difference between storage volumes and LUNs, and then argue endlessly. From the above we can know what a LUN is. LUN is the abbreviation of English Logical unit number, that is, logical unit number. It is actually defined in SCSI-3 and is not only used in the storage category. It can also refer to all peripheral devices that use the SCSI protocol, such as tape drives, SCSI Printer etc. From the SAM model of SCSI-3, we know that the protocol layer of SCSI-3 (or later versions) stipulates that for a 16-bit wide SCSI bus, there are only 16 addressing ranges, that is, only 16 peripheral devices can be mounted. , each device is called a target. In order to improve the addressing capability of the bus, another layer was introduced, which stipulates that multiple devices can be virtualized (or actually connected) on each target. For example, a tape drive may be connected to a target, and a tape drive may be connected to a target. Printers share a target address, but in order to distinguish them, LUN is used to distinguish them. The tape drive is assumed to be LUN0 and the printer is assumed to be LUN2. This solves the addressing problem of multiple devices.
This is an example of a real device connection, a storage array (e.g. HP leftHand P4000 SAN) is the best example of a virtual device. A storage disk array appears as a Target to the SCSI bus and occupies a SCSI Target address. However, the storage space of the storage array is too large. We need to divide it into different parts for different applications to achieve centralized storage and centralized management. the goal of. Therefore, we use LUN to distinguish each divided storage part (or area). For example, LUN1 represents address block 0-1023, LUN2 represents address block 1024-65535, and so on. As can be seen from the above, when the computer uses the SCSI standard (note that the word standard I use here represents the 4 layers in the SAM model, and does not use words such as interface, protocol or command) to connect to external storage, use It is a BUS-Target-LUN ternary addressing scheme. The bus refers to how many SCSI buses and how many SCSI cards there are on your computer? The target refers to the target address of the device on the bus, which is often called the SCSI address? LUN refers to the logical address and logical unit number assigned by the device on a Target. This addressing scheme and device connection method are similar to a network topology that is physically star-connected and logically bus-connected.
So what is a storage volume? This starts with the storage volume manager. The storage volume manager is an object in the operating system. It is mainly responsible for the online management of storage block devices. When one of our storage LUNs is connected to the computer and the computer discovers the existence of this device, it needs to register it on the volume manager. The volume manager provides a registered virtual interface for the storage volume and obtains the basic information of the storage LUN, such as space size. Ternary address, block size, start and end address, health status, etc., and then create an abstraction of the corresponding data structure for it, so that the computer can dynamically capture the real-time information of the registered storage LUN through the volume manager, and realize dynamic manage. After a storage LUN is registered and abstracted by the volume manager, it is considered by the volume manager to be a direct subordinate that can be exploited. It can be divided into smaller areas again, or of course not divided, and then divided or not divided. The subsequent storage space is used for data abstraction and relevant data structures are established for calls by the file system layer. Therefore, storage LUNs and volumes may be physically the same thing, but we just look at it and understand it from different angles and levels. Of course, for computers, these differences are indeed the needs of the data processing process, and it is necessary to clarify them.
Recommended learning: "linux video tutorial"
The above is the detailed content of what is linux lun. For more information, please follow other related articles on the PHP Chinese website!

The five core components of the Linux operating system are: 1. Kernel, 2. System libraries, 3. System tools, 4. System services, 5. File system. These components work together to ensure the stable and efficient operation of the system, and together form a powerful and flexible operating system.

The five core elements of Linux are: 1. Kernel, 2. Command line interface, 3. File system, 4. Package management, 5. Community and open source. Together, these elements define the nature and functionality of Linux.

Linux user management and security can be achieved through the following steps: 1. Create users and groups, using commands such as sudouseradd-m-gdevelopers-s/bin/bashjohn. 2. Bulkly create users and set password policies, using the for loop and chpasswd commands. 3. Check and fix common errors, home directory and shell settings. 4. Implement best practices such as strong cryptographic policies, regular audits and the principle of minimum authority. 5. Optimize performance, use sudo and adjust PAM module configuration. Through these methods, users can be effectively managed and system security can be improved.

The core operations of Linux file system and process management include file system management and process control. 1) File system operations include creating, deleting, copying and moving files or directories, using commands such as mkdir, rmdir, cp and mv. 2) Process management involves starting, monitoring and killing processes, using commands such as ./my_script.sh&, top and kill.

Shell scripts are powerful tools for automated execution of commands in Linux systems. 1) The shell script executes commands line by line through the interpreter to process variable substitution and conditional judgment. 2) The basic usage includes backup operations, such as using the tar command to back up the directory. 3) Advanced usage involves the use of functions and case statements to manage services. 4) Debugging skills include using set-x to enable debugging mode and set-e to exit when the command fails. 5) Performance optimization is recommended to avoid subshells, use arrays and optimization loops.

Linux is a Unix-based multi-user, multi-tasking operating system that emphasizes simplicity, modularity and openness. Its core functions include: file system: organized in a tree structure, supports multiple file systems such as ext4, XFS, Btrfs, and use df-T to view file system types. Process management: View the process through the ps command, manage the process using PID, involving priority settings and signal processing. Network configuration: Flexible setting of IP addresses and managing network services, and use sudoipaddradd to configure IP. These features are applied in real-life operations through basic commands and advanced script automation, improving efficiency and reducing errors.

The methods to enter Linux maintenance mode include: 1. Edit the GRUB configuration file, add "single" or "1" parameters and update the GRUB configuration; 2. Edit the startup parameters in the GRUB menu, add "single" or "1". Exit maintenance mode only requires restarting the system. With these steps, you can quickly enter maintenance mode when needed and exit safely, ensuring system stability and security.

The core components of Linux include kernel, shell, file system, process management and memory management. 1) Kernel management system resources, 2) shell provides user interaction interface, 3) file system supports multiple formats, 4) Process management is implemented through system calls such as fork, and 5) memory management uses virtual memory technology.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Chinese version
Chinese version, very easy to use

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver Mac version
Visual web development tools
