首页 > 移动平台 > 详细

is apparently in use by the system; will not make a filesystem here!解决方法

时间:2015-03-25 14:12:39      阅读:708      评论:0      收藏:0      [点我收藏+]

/dev/hdb1 is apparently in use by the system; will not make a filesystem here!解决方法

[root@localhost ~]# mkfs.ext3 /dev/hdb1
mke2fs 1.39 (29-May-2006)
/dev/hdb1 is apparently in use by the system; will not make a filesystem here!
[root@localhost ~]# mkfs.ext3 /dev/hdc1
mke2fs 1.39 (29-May-2006)
/dev/hdc1 is apparently in use by the system; will not make a filesystem here!

解决方法:

[root@localhost ~]# dmsetup status
pdc_c jehibeegp1:0 160086465 linear
pdc_c jehibeeg:0 320172800 striped 2 3:64 22:0 1 AA
[root@localhost ~]# dmsetup remove_all
[root@localhost ~]# dmsetup status
No devices found


is apparently in use by the system; will not make a filesystem here!解决方法

原文:http://pynliu.blog.51cto.com/5027391/1624123

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