咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
Linux扩展根分区报错:xfs_growfs :/dev/mapper/center-root is not a mounted XFS filesystem
蓝队云小课堂:
扩展根分区报错,xfs_growfs 提示is not a mounted XFS filesystem
执行xfs_growfs /dev/mapper/center-root
结果报错xfs_growfs :/dev/mapper/center-root is not a mounted XFS filesystem
实际上xfs_growfs执行对象应该是挂载点,而不是设备名。
挂载点通过命令df -h查询
我的/dev/mapper/center-root 挂载点 /
同步文件系统命令:
xfs_growfs /
更多小知识,可联系蓝队云一起探讨。