Introduction to Linux operating system
Linux is an open source operating system (open source Operating system)
The composition of the 1.Linux operating system
Linux Disk Presentation method
- /dev Directory: Store device files, such as discs, hard drives, USB drives, etc.
- IDE hard disk is:/DEV/HD
- SATA, iSCSI HDD:/DEV/SD
- Use the letter A-Z to represent the number of disks, such as/DEV/SDA, the first SATA or iSCSI interface hard disk
- 1-4 Area code: Primary partition/extended partition; Logical partition always starts from 5
- Note: If the primary partition occupies 1-4 of all partitions, you cannot create an extended partition (logical partition); General 1-3 is the primary partition and 4 is the extended partition
Cases:
/DEV/SDC3: Third primary partition/extended partition for third SATA, iSCSI interface hard disk
/DEV/HDB17: The 13th logical partition of the second IDE interface hard disk
/DEV/HDL1: The first primary partition of the 12th IDE interface
Getting Started with Linux