码迷,mamicode.com
首页 > 其他好文 > 详细

系统常用命令

时间:2015-04-24 18:42:15      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:

df -Th

 

查看文件系统及挂载点

 

parted /dev/sdc

mklabel gpt

print

mkpart primary  0KB 2000GB

 

/dev/hdb1 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

系统常用命令

标签:

原文地址:http://www.cnblogs.com/jiangzhaowei/p/4454032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!