cat /etc/fstab
#注意作为/var/oled挂载的设备名称(在我的情况下为/dev/mapper/ocivolume-oled,大小为15G)
umount /var/oled mkdir /var/oled/crash lvremove /dev/mapper/ocivolume-oled
按’y‘确认
lvextend -L +15G /dev/mapper/ocivolume-root xfs_growfs -d /dev/mapper/ocivolume-root df -h /
[查看您的/文件系统增加了多少GB,对我来说是15G]
编辑 /etc/fstab
并删除带有 /var/oled
或 用#号注释掉的行。