【问题标题】:How to automatically allocate the rest of free space to partition? [closed]如何自动将剩余的可用空间分配给分区? [关闭]
【发布时间】:2017-11-25 08:14:07
【问题描述】:

我有一个与“Foreman”中的分区表配置有关的问题。正如您在下面的屏幕截图中看到的,我为 /-Directory 分配了 200 GB 的可用空间。

问题:我怎样才能将剩余的可用空间分配给这个分区?你的回答真的会帮助我...我很期待!

谢谢和最好的问候,

【问题讨论】:

标签: linux partition foreman


【解决方案1】:

您可以使用--grow--maxsize 的组合

logvol / --size=1 --grow --name=lv_root --vgname=vg00

--percent

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

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

【讨论】:

  • 你真的帮了我大忙!谢谢兄弟!
猜你喜欢
  • 2018-06-26
  • 1970-01-01
  • 2012-01-03
  • 2014-08-31
  • 2017-12-24
  • 2022-12-11
  • 1970-01-01
  • 2020-11-11
相关资源
最近更新 更多