如何自动分配剩余的空闲space给分区?

How to automatically allocate the rest of free space to partition?

我有一个与 "Foreman" 中分区 table 配置相关的问题。正如您在下面的屏幕截图中看到的,我为 /-Directory 分配了 200 GB 的免费空间 space。

问题:如何将剩余的空闲空间 space 分配给这个分区? 你的回答对我很有帮助...我很期待!

谢谢并致以最诚挚的问候,

您可以使用 --grow--maxsize

的组合
logvol / --size=1 --grow --name=lv_root --vgname=vg00

--percent

logvol / --percent=100 --name=lv_root --vgname=vg00

选项 --percent 不能与 --size--grow 选项一起使用。