摘要: 命令原文 FILE1 -ef FILE2 FILE1 and FILE2 have the same device and inode numbers 谷歌的解释是: 文件 1 -ef 文件 2 FILE1 和 FILE2 具有相同的设备和 inode 编号 解释: 设备:这里指的是设备编号,可以用 阅读全文
posted @ 2021-06-04 16:07 Humbleopinion 阅读(211) 评论(0) 推荐(0)
摘要: ceph环境: 1个mon节点,3个osd节点(其中一个osd同时是mon节点) ceph版本: [root@ceph_03 ~]# ceph -v ceph version 14.2.21 (5ef401921d7a88aea18ec7558f7f9374ebd8f5a6) nautilus (s 阅读全文
posted @ 2021-05-25 13:25 Humbleopinion 阅读(2684) 评论(0) 推荐(0)
摘要: 1. 查看已有LV [root@localhost ~]# lvscan ACTIVE '/dev/centos/swap' [2.00 GiB] inherit ACTIVE '/dev/centos/root' [17.47 GiB] inherit ACTIVE '/dev/vg_1/lv_1 阅读全文
posted @ 2020-07-21 11:17 Humbleopinion 阅读(130) 评论(0) 推荐(0)
摘要: 1、查看已有VG [root@localhost ~]# vgscan Reading all physical volumes. This may take a while... Found volume group "centos" using metadata type lvm2 #系统预设置 阅读全文
posted @ 2020-07-21 11:12 Humbleopinion 阅读(115) 评论(0) 推荐(0)
摘要: 1、查看所有物理卷 [root@localhost ~]# pvscan PV /dev/sdb VG vg_name lvm2 [<10.00 GiB / 0 free] PV /dev/sdc VG vg_name lvm2 [<5.00 GiB / 3.99 GiB free] PV /dev 阅读全文
posted @ 2020-07-21 11:02 Humbleopinion 阅读(128) 评论(0) 推荐(0)
摘要: 环境说明: 虚拟机软件:vmware15 系统:centos7.1 最小化安装 1、更新lvm2包 yum install lvm2 View Code 2、创建物理卷 [root@localhost ~]# pvcreate /dev/sdb /dev/sdc Physical volume "/ 阅读全文
posted @ 2020-07-20 18:03 Humbleopinion 阅读(242) 评论(0) 推荐(0)
摘要: 环境: 虚拟机软件:vmware 15 系统版本:centos 7.1 1503 安装方式:最小化安装 1、查看iso文件,创建挂载点,并挂载光盘 ls -l /dev/sr0 # sr0 就是系统安装文件ISO mkdir /mnt/yum mount /dev/sr0 /mnt/yum 2、查找 阅读全文
posted @ 2020-07-09 13:43 Humbleopinion 阅读(641) 评论(0) 推荐(0)
摘要: 环境:centos 7.1.1503 最小化安装 依赖包下载: yum -y install lrzsz zlib-devel perl gcc pam-devel 1、安装openssl ,选用最新发布的版本:openssl-1.1.1g.tar.gz 1)openssl下载地址:https:// 阅读全文
posted @ 2020-06-05 10:55 Humbleopinion 阅读(3651) 评论(0) 推荐(0)
摘要: xshell官网:https://www.netsarang.com/zh/downloading/ 1、家庭版/教育版/免费版 下载 1)打开官网,页面下拉,点击 家庭/学校免费 按钮 2)输入姓名和邮箱(若是出于保密考虑,姓名可以不填写真实姓名) 3)登录邮箱,找到邮件后点击邮件中的网址链接,之 阅读全文
posted @ 2020-05-19 11:47 Humbleopinion 阅读(1372) 评论(0) 推荐(0)
摘要: http://isoredirect.centos.org/centos/ 阅读全文
posted @ 2020-04-08 16:39 Humbleopinion 阅读(124) 评论(0) 推荐(0)