当前位置:网站首页>/Dev/loop1 takes up 100% of the problem
/Dev/loop1 takes up 100% of the problem
2022-07-27 15:38:00 【Commander in chief (commander in chief)】
The phenomenon

First , This is a Normal phenomenon ! snap It uses SquashFS file system , This is a read-only file system , So its size must be just right when it is created to store its content , Because it is read-only , So its size will not change after . So the occupancy must be 100% ah .
uninstall snapd It's a method , however snapd Is to run snap Required daemons , Use snap Download apps 、 install 、 function 、 Management needs it , It also contains snap The command allows users to request the installation of applications . If you uninstall snapd,snap It won't work .
however , Although this is normal , But it looks particularly eye-catching , What shall I do? ?
terms of settlement :
## function df Add options when command , Just don't show it
df -x squashfs -h
## You can also cancel the display tmpfs、devtmpfs
df -x squashfs -x tmpfs -x devtmpfs -hIf you dislike the trouble of inputting options every time , Can be in "~/.bashrc" Alias in the file :
echo "alias df='df -x squashfs'" >> ~/.bashrc
Cloud vendor practices
###
[email protected]边栏推荐
- JS uses unary operators to simplify string to number conversion
- 直接插入排序
- 【剑指offer】面试题53-Ⅰ:在排序数组中查找数字1 —— 二分查找的三个模版
- 复杂度分析
- Leetcode 456.132 mode monotone stack /medium
- Pictures to be delivered
- NPM install error unable to access
- 使用Prometheus监控Spark任务
- [TensorBoard] OSError: [Errno 22] Invalid argument处理
- QT (XIII) qchart drawing line chart
猜你喜欢

折半查找

低代码是开发的未来吗?浅谈低代码平台

Hyperlink parsing in MD: parsing `this$ Set() `, ` $` should be preceded by a space or escape character`\`

Analysis of spark task scheduling exceptions

C语言:函数栈帧

Jump to the specified position when video continues playing

【剑指offer】面试题46:把数字翻译成字符串——动态规划

C语言:数据的存储

【剑指offer】面试题42:连续子数组的最大和——附0x80000000与INT_MIN

C语言:动态内存函数
随机推荐
Network equipment hard core technology insider router Chapter 6 tompkinson roaming the online world (middle)
Troubleshooting the slow startup of spark local programs
使用双星号代替Math.pow()
Using Prometheus to monitor spark tasks
With just two modifications, apple gave styleganv2 3D generation capabilities
QT (XIII) qchart drawing line chart
Analysis of spark task scheduling exceptions
Leetcode 81. search rotation sort array II binary /medium
【剑指offer】面试题42:连续子数组的最大和——附0x80000000与INT_MIN
QT (IV) mixed development using code and UI files
Leetcode 74. search two-dimensional matrix bisection /medium
js寻找数组中的最大和最小值(Math.max()方法)
Spark3中Catalog组件设计和自定义扩展Catalog实现
Network equipment hard core technology insider router chapter Cisco asr9900 disassembly (I)
[TensorBoard] OSError: [Errno 22] Invalid argument处理
Summer Challenge harmonyos realizes a hand-painted board
js使用for in和for of来简化普通for循环
Leetcode 781. rabbit hash table in forest / mathematical problem medium
Transactions_ Basic demonstrations and transactions_ Default auto submit & manual submit
C语言:自定义类型