当前位置:网站首页>Create a 12g logical volume with one disk and three 5g partitions
Create a 12g logical volume with one disk and three 5g partitions
2022-07-18 05:21:00 【Finger sword】
1、 Add hard disk and view
2、fdisk Create partitions
3、 Create a physical volume
4、 Create a volume group
5、 Create logical volumes
6、 Specify the file format and mount
1、 Add hard disk and view
1、 First you need to add a piece 20G The hard disk of , And then restart
2、 see
lsblk2、fdisk Create partitions
[[email protected] ~]# fdisk /dev/sdb Pictured above , Three times , establish 3 individual 5G Partition
Can press p To view the
Press down w Save disk changes and exit
3、 Create a physical volume
Use lsblk Command to view again
[[email protected] ~]# pvcreate /dev/sdb1 /dev/sdb2 /dev/sdb3 4、 Create a volume group
[[email protected] ~]# vgcreate xcloudvg /dev/sdb1 /dev/sdb2 /dev/sdb3 5、 Create logical volumes
[[email protected] ~]# lvcreate -L 12G -n xcloudlv xcloudvg6、 Specify the file format and mount
View the location of the logical volume
[[email protected] ~]# lvdisplay |grep xcloudlv[[email protected] ~]# mkfs.xfs /dev/xcloudvg/xcloudlv Mount to mnt Under the table of contents , And look at
[[email protected] ~]# mount /dev/xcloudvg/xcloudlv /mnt/
[[email protected] ~]# df -Th边栏推荐
- CAS Compare and Swap 比较后交换
- Virtual box mount shared folders
- virtual box挂载共享文件夹
- Information system project manager core examination site (IX) organizational structure type
- Wechat applet from getting started to learning the ninth day -- system operation of applet
- 信息系统项目管理师考前10天极限冲刺+答案(七)
- 使用TIBCO Rendezvous发送hello world,实现监听和发送
- LSM storage model
- 蚂蚁隐私计算创新TEE技术获学术认可
- freeswitch的话单模块
猜你喜欢

Core examination points for information system project managers (VII) software architecture style

SourceInsight 插件使用

nifi ListSFTP等代理设置

E-commerce platform background management system --- > system detailed design (user management module)

Proxy settings such as nifi listsftp

信息系统项目管理师考前10天极限冲刺+答案(七)

Redis04: three special data types of redis

VSS技巧:搜索所有签出的文件(根据用户搜索签出文件)

JMM memory model

Salesforce中實施Campaign Influence模型注意事項
随机推荐
Redis05: redis transactions
Considérations relatives à la mise en œuvre du modèle d'influence de la campagne dans Salesforce
(pc+wap) Zhimeng template waterproof building materials website
信息系统项目管理师考前10天极限冲刺+答案(十):综合知识总结
【科科过信管】信管论文写作要求-摘要
@Controller和@RestController的区别
INSUFFICIENT_ACCESS_ON_ CROSS_REFERENCE_ENTITY APEX / SALESFORCE
JMM内存模型
面试题集合
STM32 internal flash operation function
科科过信管】信管论文写作要求-不合格论文
Core examination points for information system project managers (VII) software architecture style
CRC16 verification
[kekeguo information management] writing requirements of information management paper - abstract
C#编写一个GUI工具并反编译
微信小程序从入门到学会第九天———-小程序的系统操作
【7.8-7.15】写作社区精彩技术博文回顾
Precautions for implementing the campaign influence model in salesforce
STM32内部Flash的操作函数
STM32F103 串口DMA + 空闲中断 实现不定长数据收发