当前位置:网站首页>[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 |
边栏推荐
- Unity huatuo 革命性热更系列1.3 huatuo示例项目源码分析与启发
- 每日一题-DFS
- 游戏引擎除了开发游戏还能做什么?
- Lua,ILRuntime, HybridCLR(wolong)/huatuo热更对比分析
- (C语言)计算结构体大小——结构体内存对齐
- D41_缓冲池
- D39_坐标转换
- 【Day6】文件系统权限管理 文件特殊权限 隐藏属性
- spark源码-任务提交流程之-2-YarnClusterApplication
- Getting Started 03 Distinguish between development and production environments ("hot update" is performed only in the production environment)
猜你喜欢
2020年手机上最好的25种免费游戏
如何用UE5渲染一个可爱的茶壶屋?
虚幻引擎5都有哪些重要新功能?
Remembering my first CCF-A conference paper | After six rejections, my paper is finally accepted, yay!
IJCAI 2022|Boundary-Guided Camouflage Object Detection Model BGNet
【UiPath2022+C#】UiPath 循环
偷题——腾讯游戏开发面试问题及解答
【UiPath2022+C#】UiPath 练习-数据操作
Getting Started Doc 08 Conditional Plugins
入门文档04 一个任务依赖另外一个任务时,需要按顺序执行
随机推荐
C语言查看大小端(纯代码)
OpenCV3.0 兼容VS2010与VS2013的问题
Unity常用模块设计 : Unity游戏排行榜的制作与优化
Spark源码-任务提交流程之-6.1-sparkContext初始化-创建spark driver端执行环境SparkEnv
C语言入门笔记 —— 函数(1)
入门文档12 webserve + 热更新
dsf5.0新建页面访问时重定向到首页的问题
入门文档11 自动添加版本号
Getting Started Doc 08 Conditional Plugins
添加新硬盘为什么扫描不上?如何解决?
最简单的防抖节流理解法
【Day8】使用LVM扩容所涉及的命令
ROS视频教程
快问快答—腾讯云服务器常见问题解答
(oj)原地移除数组中所有的元素val、删除排序数组中的重复项、合并两个有序数组
UiPath简介
专有宿主机CDH
入门文档10 资源映射
Wireshark抓包及常用过滤方法
Unity huatuo 革命性热更系列1.3 huatuo示例项目源码分析与启发