ฉันเพิ่งเจอสิ่งนี้ดังนั้นฉันจะบันทึกสิ่งที่ช่วยฉันที่นี่
คำตอบของ poise นั้นถูกต้องคุณสามารถรับข้อมูลทั้งหมดที่คุณต้องการได้dmsetup ls --tree
หากคุณรู้วิธีตีความผลลัพธ์
cciss เป็นชื่ออุปกรณ์นั่นคือดิสก์จริงของคุณ หน้าคนคาถามันออกมาได้ดี แต่ฉันจะคัดลอกส่วนที่เกี่ยวข้องที่นี่:
Device nodes
The device naming scheme is as follows:
Major numbers:
104 cciss0
105 cciss1
106 cciss2
105 cciss3
108 cciss4
109 cciss5
110 cciss6
111 cciss7
Minor numbers:
b7 b6 b5 b4 b3 b2 b1 b0
|----+----| |----+----|
| |
| +-------- Partition ID (0=wholedev, 1-15 partition)
|
+-------------------- Logical Volume number
The device naming scheme is:
/dev/cciss/c0d0 Controller 0, disk 0, whole device
/dev/cciss/c0d0p1 Controller 0, disk 0, partition 1
/dev/cciss/c0d0p2 Controller 0, disk 0, partition 2
/dev/cciss/c0d0p3 Controller 0, disk 0, partition 3
/dev/cciss/c1d1 Controller 1, disk 1, whole device
/dev/cciss/c1d1p1 Controller 1, disk 1, partition 1
/dev/cciss/c1d1p2 Controller 1, disk 1, partition 2
/dev/cciss/c1d1p3 Controller 1, disk 1, partition 3
"dm- #" คือหมายเลขอุปกรณ์ทำแผนที่ วิธีที่ง่ายที่สุดในการจับคู่หมายเลข DM คือการเรียกใช้lvdisplay
ซึ่งแสดงชื่อโลจิคัลวอลุ่มกลุ่มวอลุ่มที่เป็นเจ้าของและอุปกรณ์บล็อก ในแถว "อุปกรณ์บล็อก" ค่าที่แสดงหลังเครื่องหมายโคลอนคือหมายเลข DM
root@centos:/dev > lvdisplay /dev/vg0/opt
--- Logical volume ---
LV Name /dev/vg0/opt
VG Name vg0
LV UUID ObffAT-txIn-5Rwy-bW5s-gekn-VLZv-71mDZi
LV Write Access read/write
LV Status available
# open 1
LV Size 1.00 GB
Current LE 32
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:5
ซึ่งแมปกลับไปที่ผลลัพธ์ของ dmsetup ls --tree
vg0-opt (253:5)
└─ (104:3)
นอกจากนี้คุณยังสามารถดูแมปจำนวน DM ls -lrt /dev/mapper
โดยทำงาน
root@centos:/dev > ls -lrt /dev/mapper
total 0
crw------- 1 root root 10, 60 Aug 29 2013 control
brw-rw---- 1 root disk 253, 0 Aug 29 2013 vg0-root
brw-rw---- 1 root disk 253, 1 Aug 29 2013 vg0-usr
brw-rw---- 1 root disk 253, 2 Aug 29 2013 vg0-tmp
brw-rw---- 1 root disk 253, 3 Aug 29 2013 vg0-var
brw-rw---- 1 root disk 253, 4 Aug 29 2013 vg0-home
brw-rw---- 1 root disk 253, 5 Aug 29 2013 vg0-opt
คอลัมน์ที่หกแสดงหมายเลข DM ดังนั้นสำหรับเซิร์ฟเวอร์ของฉัน vg0-opt ถูกเมาท์บน / opt และแม็พกลับไปที่ DM-5
/dev/mapper
ไดเรกทอรีนั้นเป็น symlink ไปยังอุปกรณ์จริง