首页 > 其他 > 详细

partprobe报错问题解决

时间:2015-12-16 12:51:30      阅读:942      评论:0      收藏:0      [点我收藏+]

在VMware下,在/dev/sdb的空余空间用fdisk划分新的分区,完毕后,使用partprobe 重读分区表时报错。

[root@localhost ~]# partprobe 

Warning: WARNING: the kernel failed to re-read the partition table on /dev/sdb (Device or resource busy).  As a result, it may not reflect all of your changes until after reboot.


原因:

/dev/sdb设备处于挂载状态,可用df命令查看。

解决:

使用umount取消挂载。

partprobe报错问题解决

原文:http://xyxyl.blog.51cto.com/8875749/1723361

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!