Bir süre önce bu sorunla karşı karşıya kaldım, bunu yayınladım blogumda
Tüm bölümlerinizi listeleyin, yazın
linux:/ # lvmdiskscan
Böyle bir şeyin bir listesini alacaksınız
File descriptor 3 left open
File descriptor 4 left open
/dev/dm-0 [ 9.67 GB]
/dev/sda1 [ 78.41 MB]
/dev/dm-1 [ 6.44 GB]
/dev/sda2 [ 115.52 GB]
/dev/dm-2 [ 2.00 GB]
/dev/sda3 [ 18.11 GB] LVM physical volume
/dev/sda5 [ 15.33 GB]
Not almak /dev/dm-x
bunlar LVM bölümlerine karşılık gelen cihazlardır. Ayrıca boyutları not edin.
Ardından, mevcut tüm mantıksal hacimlerin ayrıntılı bir listesini göstermek için lvdisplay yazın.
lvdisplay |more
LV Name /dev/system/home
VG Name system
LV UUID 1QP9XM-vlKi-umNO-CXvV-TnZN-RCLk-e1FDIr
LV Write Access read/write
LV Status available
# open 1
LV Size 9.67 GB
Current LE 2475
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
— Logical volume —
LV Name /dev/system/root
VG Name system
LV UUID D1fKUJ-uU1C-jlVB-4imh-rrgy-FQu0-TC2Ssm
LV Write Access read/write
LV Status available
# open 1
LV Size 6.44 GB
Current LE 1649
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
— Logical volume —
LV Name /dev/system/swap
VG Name system
LV UUID w5LqIb-xvcr-Xsbk-y3wg-lT3i-LqdN-GFK8Mi
LV Write Access read/write
LV Status available
# open 0
LV Size 2.00 GB
Current LE 512
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:2
Şimdi yukarıdaki veri kümesinden, /home
9.67 GB boyutundaki bölümümün LV grubu olarak mevcut olduğunu tespit edebiliriz /dev/system/home
./dev/dm-0
Artık bölümün nerede bulunduğunu bildiğimize göre, mount komutunu kullanarak montaja devam edebiliriz.
mount /dev/dm-0 /home
Ve işte gidiyorsunuz, LV bölümünüz monte edildi!
findmnt
. Sadece bir yapabilirsinfindmnt -l
ve istediğini elde edersin. Ve daha iyi bir sürüm için Bunu deneyin:findmnt -l | grep ' /dev/\S\+'