Centos fdisk分区时提示设备或资源忙的处理办法

时间:2019-10-27 17:24:32   收藏:0   阅读:1049

对linux系统磁盘进行分区时,提示如下错误提示的处理办法:

错误提示:

WARNING: Re-reading the partition table failed with error 16: 设备或资源忙.

The kernel still uses the old table. The new table will be used at

the next reboot or after you run partprobe(8) or kpartx(8)

处理办法:

[root@xuegod63 ~]#reboot   #这个是最好的方法(重启后新的分区表不一定生效)

[root@xuegod63 ~]# partx -a /dev/sda  #获得新分区表(通过命令partx -a /dev/sda,重新获得分区表,这个还挺好使的)

 

原文:https://www.cnblogs.com/zhangshuaihui/p/11747956.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!