当前位置:网站首页>[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 |
边栏推荐
猜你喜欢
随机推荐
Getting Started Doc 08 Conditional Plugins
链表章6道easy总结(leetcode)
【Machine Learning】1 Univariate Linear Regression
错误类型:reflection.ReflectionException: Could not set property ‘xxx‘ of ‘class ‘xxx‘ with value ‘xxx‘
每日一题-DFS
入门文档06 向流(stream)中添加文件
每日一题-寻找两个正序数组的中位数-0713
C语言程序死循环问题解析——变量被修改
D45_摄像机组件Camera
每日一题-二分法
[Day8] (Super detailed steps) Use LVM to expand capacity
Spark源码-任务提交流程之-6-sparkContext初始化
Unity3D中的ref、out、Params三种参数的使用
单臂路由与三成交换机
洞察互联网大趋势,读完这篇文章你就彻底了解中文域名
Unity物理引擎中的碰撞、角色控制器、Cloth组件(布料)、关节 Joint
账号与权限管理
每日一题-无重复字符的最长子串-0712
lvm逻辑卷及磁盘配额
如何使用Houdini进行程序化优化?










