当前位置:网站首页>[Day8] Commands involved in using LVM to expand
[Day8] Commands involved in using LVM to expand
2022-08-05 06:09:00 【Mingli Yui】
Table of Contents
Fourth, /etc/fstab detailed edit
1. lsof command
lsof corresponding device name
Check which files are occupied by the current device







Second, df and du commands

du -sh * (count all files)
du -sh . (statistics under the current path)
The df command displays the mounted filesystems
df -i
View file system inode number usage
df -T
View file system type
lsblk

Three, mount

Four. /etc/fstab detailed explanation
| First column | disk device file or device UUID |
| Second column | Directory to mount to |
| Second column | Format of the disk file system |
| Column 4 | Parameters of the file system Defaults The colleague has the settings of default parameters such as rw, suid, dev, exec, auto, nouser, async, etc. |
| Column 5 | Can it be used by the dump backup command 0 represents not to do a dump backup 1 represents a daily dump operation p>2 represents a dump operation on an indeterminate date |
| Column 6 | Whether to check the sector In the process of booting, the system will use fsck to check whether our system is complete (clean) by default. 0 Do not check 1 The earliest check (generally the root directory will be selected) 2 Inspection after Level 1 inspection is complete |
边栏推荐
猜你喜欢
随机推荐
【UiPath2022+C#】UiPath控制流程概述
每日一题-盛最多水的容器-0716
每日一题-电话号码的字母组合-0717
(oj)原地移除数组中所有的元素val、删除排序数组中的重复项、合并两个有序数组
将一句话的单词进行倒置(C语言纯代码)
UE4美术你有必要了解的数学基础
错误类型:reflection.ReflectionException: Could not set property ‘xxx‘ of ‘class ‘xxx‘ with value ‘xxx‘
每日一题-最长回文子串-0714
网站ICP备案是什么呢?
spark源码-任务提交流程之-5-CoarseGrainedExecutorBackend
硬核!Cocos开发面试必备十问,让你offer拿到手软
电子产品量产工具(3)- 文字系统实现
【Day8】Knowledge about disk and disk partition
framebuffer应用编程及文字显示(2)
每日一题-字典
函数在开发环境中的应用(简易实例)
2020,Laya最新中高级面试灵魂32问,你都知道吗?
网络通信及相关函数介绍
每日一题-下一个排列-0723
电子产品量产工具(2)- 输入系统实现










