Ich bin ziemlich neu bei LVM und ich bin mir nicht sicher, was hier passiert. Ich war nicht derjenige, der diese Maschine ursprünglich eingerichtet hat.
Es gibt eine Festplatte mit einer Größe von 1 TB und eine LVM-Partition mit einer Größe von nur 50 GB. Ich kann nicht herausfinden, wie ich den verbleibenden Speicherplatz der Festplatte nutzen kann.
Ausgabe des Befehls df -h
:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg00-slash 46G 1.4G 42G 4% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 1.6G 236K 1.6G 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 0 3.9G 0% /run/shm
/dev/sda1 232M 29M 191M 14% /boot
Ausgabe des Befehls fdisk -l
:
Disk /dev/sda: 1099.5 GB, 1099511627776 bytes
255 heads, 63 sectors/track, 133674 cylinders, total 2147483648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00038096
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 499711 248832 83 Linux
/dev/sda2 501758 104855551 52176897 5 Extended
/dev/sda5 501760 104855551 52176896 8e Linux LVM
Disk /dev/mapper/vg00-swap: 3997 MB, 3997171712 bytes
255 heads, 63 sectors/track, 485 cylinders, total 7806976 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg00-swap doesn't contain a valid partition table
Disk /dev/mapper/vg00-slash: 49.4 GB, 49429872640 bytes
255 heads, 63 sectors/track, 6009 cylinders, total 96542720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg00-slash doesn't contain a valid partition table
Ich gehe davon aus, dass ich eine neue Partition auf / dev / sda erstellen musste, um den verbleibenden Speicherplatz zu enthalten. Beim Versuch, eine neue primäre Partition zu erstellen, wird mir jedoch mitgeteilt, dass dies nicht möglich ist.
Last sector, +sectors or +size{K,M,G} (499712-501757, default 501757): +800G
Value out of range.
Ich weiß nicht, was ich jetzt tun kann ...
Beim Versuch, die Größe des logischen Volumes zu ändern, wird Folgendes angezeigt:
# lvresize vg00/slash -L +800g
Extending logical volume slash to 846.04 GiB
Insufficient free space: 204800 extents needed, but only 0 available
# pvdisplay -m
--- Physical volume ---
PV Name /dev/sda5
VG Name vg00
PV Size 49.76 GiB / not usable 2.00 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 12738
Free PE 0
Allocated PE 12738
PV UUID WNZba3-bCCs-NmqL-Bc9v-zusy-TtfQ-BpAj3e
--- Physical Segments ---
Physical extent 0 to 952:
Logical volume /dev/vg00/swap
Logical extents 0 to 952
Physical extent 953 to 12737:
Logical volume /dev/vg00/slash
Logical extents 0 to 11784
(parted) print free
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 1100GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
32.3kB 1049kB 1016kB Free Space
1 1049kB 256MB 255MB primary ext4 boot
256MB 257MB 1048kB Free Space
2 257MB 53.7GB 53.4GB extended
5 257MB 53.7GB 53.4GB logical lvm
53.7GB 1100GB 1046GB Free Space
quelle
gparted
oder demparted
resize
Befehl tun . Wenn Sie dieparted
Routepvresize
wählen, müssen Sie die Partition anschließend ausführen, um lvm über den neuen Speicherplatz zu informieren.xfs_growfs
anstattresize2fs
eine schlechte magische Zahl für Superblockfehler zu erhalten. Ich bin auf RHEL7gab mir :
dann
löste mein Problem
quelle