我想运行你的一个想法...我有一个 Ubuntu 16.04.3,在第二个驱动器上有一个 LVM,我想扩展。我只想使用 CLI 来完成此操作,而不使用 GUI。如果我们可以在 CLI 中模仿这些步骤,我已将我的步骤放在如何使用 gparted 完成此操作的下面。
我认为我所缺少的是老实说,CLI 相当于“右键单击并在 gparted 中扩展它”
这是我的设置视图的快速浏览。为了节省一些时间和空间,我缩短了一些项目。我的步骤如下:
磁盘驱动器:
Disk /dev/sdb: 170 GiB, 182536110080 bytes, 356515840 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
Disklabel type: dos
Disk identifier: 0x7fbfd5c7
Device Boot Start End Sectors Size Id Type
/dev/sdb2 1001470 293601279 292599810 139.5G 5 Extended
/dev/sdb5 1001472 293601279 292599808 139.5G 8e Linux LVM
Disk /dev/mapper/nextcloud--vg-root: 137.5 GiB, 147660472320 bytes,
288399360 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 /dev/mapper/nextcloud--vg-swap_1: 2 GiB, 2147483648 bytes, 4194304
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
图形显示:
--- Volume group ---
VG Name nextcloud-vg
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size 139.52 GiB
PE Size 4.00 MiB
Total PE 35717
Alloc PE / Size 35717 / 139.52 GiB
Free PE / Size 0 / 0
VG UUID huX2Hk-jG98-HieD-bAuV-Z0Wi-mAMi-nRGwDI
lv显示:
--- Logical volume ---
LV Path /dev/nextcloud-vg/root
LV Name root
VG Name nextcloud-vg
LV UUID TPebe1-nMhS-5kse-OR9G-IlGA-CBIc-QERaVE
LV Write Access read/write
LV Creation host, time nextcloud, 2016-07-27 13:27:51 -0400
LV Status available
# open 2
LV Size 137.52 GiB
Current LE 35205
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:0
--- Logical volume ---
LV Path /dev/nextcloud-vg/swap_1
LV Name swap_1
VG Name nextcloud-vg
LV UUID 90e1zB-ZuSK-2wiV-webN-55Of-fD6H-8ex5M7
LV Write Access read/write
LV Creation host, time nextcloud, 2016-07-27 13:27:52 -0400
LV Status available
# open 2
LV Size 2.00 GiB
Current LE 512
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:1
猫 /proc/挂载 | grep '^/':
/dev/mapper/nextcloud--vg-root / ext4 rw,relatime,errors=remount ro,data=ordered 0 0
/dev/sda1 /boot ext4 rw,relatime,data=ordered 0 0
PV:
PV VG Fmt Attr PSize PFree
/dev/sdb5 nextcloud-vg lvm2 a-- 169.52g 0
所有这一切看起来都很简单:
- 启动至 ISO
- 运行gparted
- 右键单击“停用”/dev/sdb5(有时我必须单击此 2 或 3
- 多次使密钥实际上消失并允许更改。不会抛出任何错误)< 这是正常的吗?
- 点击“应用”
- 右键单击、调整大小/移动并扩展分区 /dev/sdb2,
- 右键单击调整大小/移动并扩展分区 /dev/sdb5
- 点击“应用”
- lvextend –l +100%免费 /dev/nextcloud-vg/root
- 重新启动机器
- resize2fs /dev/nextcloud-vg/root
我很好。
编辑 - 2018 年 1 月 3 日
如果我尝试通过 fdisk 和 CLI 完成同样的事情,我无法从同一扇区创建逻辑分区。详情如下
root@nextcloud:/home/ncadmin# fdisk /dev/sdb
Command (m for help): d
Partition number (2,5, default 5): 2
Partition 2 has been deleted.
Command (m for help): n
Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): e
Partition number (1-4, default 1): 2
First sector (2048-367001599, default 2048): 1001470
Last sector, +sectors or +size{K,M,G,T,P} (1001470-367001599, default 367001599):
Created a new partition 2 of type 'Extended' and of size 174.5 GiB.
Command (m for help): n
Partition type
p primary (0 primary, 1 extended, 3 free)
l logical (numbered from 5)
Select (default p): l
Adding logical partition 5
First sector (1003518-367001599, default 1003520):
Last sector, +sectors or +size{K,M,G,T,P} (**1003520**-367001599, default 367001599):
答案1
卸载分区
umount /dev/sdb5
改变大小/dev/sdb2和sdb5(或使用 fdisk;https://www.howtogeek.com/howto/40702/how-to-manage-and-use-lvm-logic-volume-management-in-ubuntu/)
cfdisk /deb/sdb
导航至↑↓←→删除sdb2和sdb5。
现在您必须创建一个新的(更大的)扩展分区,sdb2与相同的起始扇区 1001470 (默认值)和新的最大尺寸(默认值)。现在创建一个新的sdb5新里面的sdb2并在您的情况下再次使用默认值。改变类型sdb5到8e(Linux LVM)。直到你不再使用为止写您的磁盘上没有任何变化。更改后,将其写入磁盘。
重新加载分区表
partprobe
加载/扫描您的实时系统中的lvm(可能由您的系统自动完成)
pvscan --verbose
vgscan --verbose
lvscan --verbose
现在您可以使用以下命令扩展 lvm 的物理卷
pvresize --verbose /dev/sdb5
现在您应该会看到带有 的新免费 PE vgdisplay
,如果没有再次扫描的话。现在您可以执行最后一步,调整逻辑卷的大小。
lvextend --resizefs -l +100%FREE --verbose /dev/nextcloud-vg/root
reboot