上一页 1 ··· 35 36 37 38 39
摘要: ### 安装lvm yum install lvm2 -y ### 1.查看硬盘 fdisk -l ### 删除分区 fdisk /dev/sdc ### 按d删除,按w保存并退出 ### 创建pv pvcreate /dev/vdb ### 创建 vg vgcreate vg_data /dev/ 阅读全文
posted @ 2016-11-20 00:21 chenzechao 阅读(1009) 评论(0) 推荐(0)
摘要: esxi ssh 阅读全文
posted @ 2016-11-20 00:00 chenzechao 阅读(2364) 评论(0) 推荐(0)
摘要: redhat rhel rhel6.5 rhel6 rhel7 rhel7.2 ks iso 阅读全文
posted @ 2016-10-25 23:12 chenzechao 阅读(957) 评论(0) 推荐(0)
摘要: ### 1.修改成国内的软件源,否则会失败或下载太慢sudo vi /etc/apt/sources.listdeb http://mirrors.aliyun.com/raspbian/raspbian/ wheezy main non-free contribdeb-src http://mir 阅读全文
posted @ 2016-09-04 16:50 chenzechao 阅读(397) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39