CentOS 8 扩展LVM,更改xfs卷报错解决方法
参考网上的教程扩展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 /
成功运行命令。