参考网上的教程扩展LVM。例如下面两篇:

https://blog.csdn.net/u012439646/article/details/73380197

https://www.cnblogs.com/weiyiming007/p/9517484.html

 

操作步骤大同小异。走到最后一步,更改xfs大小出错。

xfs_growfs /dev/cl/root

xfs_growfs /dev/mapper/cl-root

参考其它教程的上面命令两个均报错:<path> is not a mounted XFS filesystem.

上网搜索,发现要改成映射后的路径:

xfs_growfs /

 成功运行命令。

相关文章:

  • 2021-12-30
  • 2021-11-23
  • 2021-09-23
  • 2021-06-14
  • 2021-12-16
  • 2022-12-23
猜你喜欢
  • 2021-10-15
  • 2022-12-23
  • 2021-10-01
  • 2021-04-12
  • 2022-01-24
  • 2021-04-25
  • 2022-12-23
相关资源
相似解决方案