Linux磁碟對映DM
nmon中看到磁碟如dm-0..dm-4。如果分割槽時使用了LVM,則一般生成dm-N邏輯卷。它類似於普通分割槽的一個分割槽sda0。只不過它利用了Mapper Device機制,在Physical Volume上虛擬出來的分割槽資訊。
檢視對映關係
[root@hpcentos1 ~]# cd /dev/mapper; ll
total 0
crw-rw---- 1 root root 10, 58 Dec 27 10:32 control
lrwxrwxrwx 1 root root 7 Dec 27 10:32 vg_hpcentos1-LogVol03 -> ../dm-4
lrwxrwxrwx 1 root root 7 Dec 27 10:32 vg_hpcentos1-LogVol04 -> ../dm-3
lrwxrwxrwx 1 root root 7 Dec 27 10:32 vg_hpcentos1-LogVol05 -> ../dm-2
lrwxrwxrwx 1 root root 7 Dec 27 10:32 vg_hpcentos1-lv_root -> ../dm-0
lrwxrwxrwx 1 root root 7 Dec 27 10:32 vg_hpcentos1-lv_swap -> ../dm-1
檢視DM上的檔案系統
[root@hpcentos1 mapper]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_hpcentos1-lv_root 50G 3.0G 44G 7% /
tmpfs 48G 336K 48G 1% /dev/shm
/dev/sda1 485M 37M 424M 8% /boot
/dev/mapper/vg_hpcentos1-LogVol03 193G 12G 171G 7% /home
/dev/mapper/vg_hpcentos1-LogVol04 1.6T 901G 651G 59% /opt
/dev/mapper/vg_hpcentos1-LogVol05 45G 6.8G 36G 16% /usr
檢視磁碟分割槽與LVM
[root@hpcentos1 mapper]# fdisk -l
Disk /dev/sda: 3000.5 GB, 3000513552384 bytes
255 heads, 63 sectors/track, 364791 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 262144 bytes / 786432 bytes
Disk identifier: 0x0000b2de
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512256 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 267350 2146970112 8e Linux LVM
從上面可以看出,sda2就是lvm對應的分割槽
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15797451/viewspace-1353054/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux區域網內磁碟對映Linux
- Linux伺服器對映到本地磁碟Linux伺服器
- rhel 6 對映多路徑(DM Multipath)配置及管理
- WIndows下將資料夾對映為磁碟Windows
- Linux埠對映是什麼?如何進行埠對映?Linux
- DM7使用dmrestore執行並行對映檔案還原REST並行
- DM7使用DMRMAN對資料庫執行指定對映檔案還原資料庫
- Linux 磁碟對應 ASM diskgroup 中的磁碟LinuxASM
- DM7使用DMRMAN工具執行備份集對映檔案匯出
- Linux下埠對映工具rinetdLinux
- Linux 或 Windows 上實現埠對映LinuxWindows
- linux裸裝置三種對映方式Linux
- 多重對映
- MyBatis(四) 對映器配置(自動對映、resultMap手動對映、引數傳遞)MyBatis
- Linux 記憶體管理:記憶體對映Linux記憶體
- linux記憶體管理(八)- 反向對映RMAPLinux記憶體
- 修改對映地址
- Mybatis學習筆記(5)-高階對映之多對多對映MyBatis筆記
- 埠對映,內網網站對映外網訪問,透過80埠對映實現內網網站
- LINUX 多路徑對映Multipath與正規表示式Linux
- Linux配置和管理裝置對映多路徑multipathLinux
- [非專業翻譯] Mapster - 對映前&對映後
- Mybatis學習筆記(4)-高階對映之一對多對映MyBatis筆記
- Mybatis學習筆記(3)—高階對映之一對一對映MyBatis筆記
- JPA關係對映系列四:many-to-many 關聯對映
- Mybatis結果對映MyBatis
- VMware Fusion 埠對映
- Docker-埠對映Docker
- Nginx埠對映配置Nginx
- ElasticSearch中的對映Elasticsearch
- TypeScript 對映型別TypeScript型別
- 記憶體對映記憶體
- hibernate 元件對映元件
- NDK java的對映Java
- 對映本地圖片地圖
- 07_Linux實體地址到虛擬地址對映Linux
- mmap共享儲存對映(儲存I/O對映)系列詳解
- IP對映原理及怎樣把內網IP對映外網內網