在CentOS系统中,有多种分卷工具可供选择,具体推荐如下:
vgdisplay
lvreduce -L -10G -n centos /dev/mapper/centos-root
lvcreate -L 10G --name cinder-volumes /dev/mapper/centos-root
mkfs.ext4 /dev/centos/cinder-volumes
mount /dev/centos/cinder-volumes /mymount/
请注意,在使用这些工具进行分区操作时,务必小心谨慎,以免误操作导致数据丢失。在进行任何分区操作之前,建议备份重要数据。