当前位置:网站首页>RHCE Course Summary
RHCE Course Summary
2022-08-09 14:48:00 【palm nine】
RHCE Coursework (I)
Requirements:
First, create a logical volume
Please create a new logical volume according to the following requirements:
Create a volume group named datastore,The size of the volume group is 4G
The name of the logical volume is database, the volume group it belongs to is datastore, and the size of the logical volume is 3G
Format the newly created logical volume as the xfs file system.Volumes can be automatically mounted to /database at boot
First, create 2 partitions of size 2G:
Use lsblk to query disk status


Then change the file type
Create Physical Volume
View Physical Volume
Create volume group
Create Logical Volume
Format logical volume as xfs
Create mountpoint directory
Mount and see if sync

Second, expand the volume group to expand the size of the database logical volume in the above question to 5G
Extend volume group

Expand Logical Volume
+1G can be changed to +2G,Can also be executed twice

Done
边栏推荐
猜你喜欢

1.11 flink中的动态加载udf jar包

RHCE课程总结

vivo手机上的系统级消息推送平台的架构设计实践

*3-4 CCF 2014-09-3 字符串匹配

#25-1 OJ 78 计算生日星期几

Talking about CQRS Mode

Row of openharmony container components

CTF题解五 Web PHP大法(实验吧)

Jetpack Compose - simply the basic attributes of Modifier is introduced

How to develop small programs?should focus on features
随机推荐
汇编语言学习(三)
回归测试如何确定测试范围
响应式pbootcms模板外贸灯具类网站
Flex for openharmony container components
dpkg:错误:无法新建文件 ‘/var/lib/dpkg/info/format-new’: 没
Shell course summary
元气森林“0糖”背后的百亿推手
汇编语言学习(五)
CTF题解五 Web PHP大法(实验吧)
*5-2 CCF 2014-12-3 集合竞价
C语言中的运算符(超全超详细)
小程序开发制作成本是多少?三种开发方法成本分析!
开源一夏│别逗,作为程序员你竟还没参与过开源项目?
Dry+Bean+Dataset R language data analysis, report in English
PerparedStatement防止SQL注入
#25-1 OJ 78 Calculate birthday day of the week
word编号和文本间距过大
C语言,if循环 for 循环 while循环 switch循环 do...while()循环
C语言中的 pow 函数 使用方法及注意事项,和常见报错原因,且分享实战中的使用
递归实现汉诺塔问题