partprobe分区报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了partprobe分区报错相关的知识,希望对你有一定的参考价值。
环境
centos 6.9
vmware 虚拟机
场景:
对磁盘进行在线扩容,扩容后,在线扫描,扫描过后进行LVM扩展,分区后,通过partprobe /dev/sda 扫描,出现以下错误:
分区报错
shell > partprobe /dev/sda
Warning: WARNING: the kernel failed to re-read the partition table on /dev/sda (Device or resource busy). As a result, it may not reflect all of your changes until after reboot.
对于该问题:
使用partprobe重载分区也只能是对不同的硬盘才能及时生效。对于同一块硬盘,修改过分区信息后,必须重启系统才能使修改过的分区信息生效。
以上是关于partprobe分区报错的主要内容,如果未能解决你的问题,请参考以下文章