当前位置:网站首页>lvm logical volume and disk quota
lvm logical volume and disk quota
2022-08-05 06:08:00 【Magic star】
lvm logical volume
lvm Logical Volume
Partition advantages:
- Optimize read and write performance
- Implement disk space quota limits
- Increase repair speed
- Isolate systems and programs
- Installing multiple OS
- Using a different file system
Disadvantages of partitioning:
- Only use one hard drive space
- If the partition must be contiguous space
- If the size of the partition cannot be changed (you cannot change the size at will, deleting the partition will result in data loss)
Do not install graphics at work: in order to reduce hardware resource consumption.
What is a logical volume
Split (logically split) the hard disk or partition into the smallest unit PE, and then form a logical volume (**one PE: 4M**)
Create logical volume
- Have a physical disk: physical volume (partition can be a whole hard disk)
- Combines multiple physical volumes, and the capacity of the volume group is extracted from the physical volumes
- The capacity of creating a logical volume is extracted from the volume group
/dev/sdc represents the entire hard disk
/dev/sdc1 represents a partition
Note: Use the partition as the physical volume, the partition must be in 8e format
1. Create a physical volume
[[email protected] ~]#pvcreate /dev/sdb

2.
[[email protected] ~]#vgcreate vg0 /dev/sdb

3.
[[email protected] ~]#lvcreate -L +15G -n ky22 vg0

4.
The logical volume was created successfully, butStill unable to use
to create a file system, mount 
[[email protected] ~]#mount /dev/vg0/ky22 /mnt
How to expand:
The first case: the original volume group has enough space
The second case: The original volume group does not have enough space
1. The volume group must be expanded first
2, and then the logical volume should be expanded
xfs file format
Extend volume group

[email protected] ~]#vgextend vg0/dev/sdc

Extend Logical Volume

[[email protected] ~]#lvextend-L +10G /dev/vg0/ky22
[[email protected] ~]#xfs_growfs /mnt

or
[[email protected] ~]#lvextend -r -L +2G /dev/vg0/ky22 (ext4 file system can also be used)

Disk Quota
Disk Quota Function:
Disk quota can limit the disk space that can be used by a specified account, which can prevent other users from being unable to work normally or even affect the system operation due to excessive use of disk space by one user.
This feature is very important in server management, but not so meaningful for stand-alone users.
- Function: Improve system security
- Definition: Used disk space for quota limit
- File system: NTFS
边栏推荐
猜你喜欢

LeetCode刷题之第86题

虚幻引擎5都有哪些重要新功能?

【UiPath2022+C#】UiPath 练习-数据操作

教你如何封装功能组件和页面组件

LeetCode刷题之第54题

你要找的cocos面试答案都在这里了!

入门文档06 向流(stream)中添加文件
![[Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data](/img/29/5b44c016bd11f0c0a9110cf513f4e1.png)
[Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data

【UiPath2022+C#】UiPath 练习和解决方案-变量、数据类型和控制流程

Autoware中安装Yolo3目标检测模块遇到的问题
随机推荐
C语言的一些小常识
UE4动画雨滴材质制作教程
(C语言)strlen、strcpy、strcat、strcmp、strstr函数的模拟实现
“元宇宙”是个啥?都有哪些大招?
TensorFlow ObjecDetectionAPI在win10系统Anaconda3下的配置
【UiPath2022+C#】UiPath If条件语句
图片压缩失效问题
unity实现第一人称漫游(保姆级教程)
每日一题-单调栈
2020年手机上最好的25种免费游戏
入门文档03 区分开发与生产环境(生产环境才执行‘热更新’)
浅谈遇到的小问题
栈区中越界可能造成的死循环可能
每日一题-删除链表的倒数第 N 个结点-0718
一个小时教你如何掌握ts基础
【UiPath2022+C#】UiPath数据类型
入门文档01 series按顺序执行
LeetCode刷题之第54题
spark源码-任务提交流程之-2-YarnClusterApplication
huatuo 革命性热更新解决方案系列1·1 为什么这么NB?huatuo革命Unity热更新