Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2543061
  • 博文数量: 271
  • 博客积分: 6659
  • 博客等级: 准将
  • 技术积分: 3141
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-17 10:24
文章分类

全部博文(271)

文章存档

2016年(2)

2015年(12)

2014年(7)

2013年(19)

2012年(22)

2011年(81)

2010年(128)

分类: 服务器与存储

2013-11-11 11:33:26

/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

阅读(17220) | 评论(0) | 转发(0) |
0

上一篇:日志轮转程序

下一篇:Zookeeper和zkpython

给主人留下些什么吧!~~