摘要: 创建分区[root@localhost lohr]# fdisk /dev/sdb欢迎使用 fdisk (util-linux 2.23.2)。更改将停留在内存中,直到您决定将更改写入磁盘。使用写入命令前请三思。命令(输入 m 获取帮助):p磁盘 /dev/sdb:5368 MB, 5368709120 字节,10485760 个扇区Units = 扇区 of 1 * 512 = 512 byte... 阅读全文
posted @ 2020-08-09 23:48 thomas_blog 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 扩容 [root@localhost lohr]# lvextend -L +2G /dev/thomas/thomas-lv Size of logical volume thomas/thomas-lv changed from 1.00 GiB (256 extents) to 3.00 Gi 阅读全文
posted @ 2020-08-09 22:27 thomas_blog 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 创建分区[root@localhost lohr]# fdisk /dev/sdb 欢迎使用 fdisk (util-linux 2.23.2)。更改将停留在内存中,直到您决定将更改写入磁盘。使用写入命令前请三思。Device does not contain a recognized partition table使用磁盘标识符 0xa7a34d5d 创建新的 DOS 磁盘标签。命令(输入 m ... 阅读全文
posted @ 2020-08-09 22:19 thomas_blog 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: yum自动补全yum install bash-completion -y阿里云官方镜像站https://developer.aliyun.com/mirror/添加yum软件仓库wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo或者sudo yum-config-manag... 阅读全文
posted @ 2020-08-09 21:16 thomas_blog 阅读(719) 评论(0) 推荐(0) 编辑