What does 1./DEV/HDA5 represent in Linux?
A. Logical partitioning of the primary disk on the IDE0 interface from the disk B. IDE0 interface
C. Extended partition from disk on the fifth partition D.IDE0 interface on the primary disk of the IDE0 interface
All devices that resolve Linux are represented as a file in the/dev directory, the "HD" device in the. Dev directory is the IDE hard disk, and the "SD" device is the SCSI hard disk. The third letter of the device name is a, which is represented as the first hard disk (also a primary disk), while B is represented as a second hard disk (also a slave disk). Partitions are represented by numbers, which are used to represent primary or extended partitions, and the number of logical partitions starts with 5.1~4. The primary partition on the IDE0 interface is called/DEV/HDA1, while/dev/hda2 represents the extended partition of the primary disk on the IDE0 interface, and the first logical partition of the main disk on the IDE0 interface is called/DEV/HDA5, so the subject chooses B.
"Answer" B
Common Exercises for Linux