当前位置:网站首页>Treatment of insufficient space in the root partition of armbain system
Treatment of insufficient space in the root partition of armbain system
2022-07-01 23:01:00 【Fate in the Jianghu】
Armbain Insufficient space in the system root partition
One 、 System check
1. see debain edition
[email protected]:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
2. see CPU Information
[email protected]:~# cat /proc/cpuinfo
Processor : ARMv7 Processor rev 1 (v7l)
processor : 0
BogoMIPS : 1.02
processor : 1
BogoMIPS : 1.02
processor : 2
BogoMIPS : 1.02
processor : 3
BogoMIPS : 1.02
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc05
CPU revision : 1
Hardware : Amlogic Meson8B
Revision : 000a
Serial : 1b00000000000000
Two 、 Check disk condition
[email protected]:~# df -hT
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 395M 0 395M 0% /dev
tmpfs tmpfs 80M 6.8M 73M 9% /run
/dev/system ext4 6.8G 6.4G 67M 99% /
tmpfs tmpfs 397M 0 397M 0% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 397M 0 397M 0% /sys/fs/cgroup
tmpfs tmpfs 397M 2.7M 394M 1% /tmp
/dev/boot vfat 32M 15M 18M 46% /boot
/dev/sda1 ext4 110G 18G 87G 18% /data
/dev/zram0 ext4 49M 19M 27M 41% /var/log
tmpfs tmpfs 80M 0 80M 0% /run/user/0
3、 ... and 、 Analyze the space occupied by directories at all levels
1. Overall, check the directory size under the root partition
[email protected]:~# du -ah --max-depth=1 /
15M /boot
255M /root
4.0K /home
16K /opt
47M /lib
du: cannot access '/proc/22290/task/22290/fd/4': No such file or directory
du: cannot access '/proc/22290/task/22290/fdinfo/4': No such file or directory
du: cannot access '/proc/22290/fd/4': No such file or directory
du: cannot access '/proc/22290/fdinfo/4': No such file or directory
0 /proc
du: cannot access '/sys/kernel/slab/L2TP/IPv6': No such file or directory
du: cannot access '/sys/kernel/slab/L2TP/IP': No such file or directory
0 /sys
347M /var
4.0K /srv
4.0K /.pearrc
0 /dev
13M /sbin
4.0K /lost+found
4.0K /selinux
2.7M /tmp
18G /data
4.9M /etc
6.8M /run
4.0K /mnt
9.0M /bin
4.3G /www
1.5G /usr
4.0K /media
25G /
2. Sort the directories under the root partition according to the occupied space
[email protected]:~# du --max-depth=1 / |sort -rn
du: cannot access '/proc/12708/task/12708/fd/4': No such file or directory
du: cannot access '/proc/12708/task/12708/fdinfo/4': No such file or directory
du: cannot access '/proc/12708/fd/4': No such file or directory
du: cannot access '/proc/12708/fdinfo/4': No such file or directory
du: cannot access '/sys/kernel/slab/L2TP/IPv6': No such file or directory
du: cannot access '/sys/kernel/slab/L2TP/IP': No such file or directory
25221742 /
18547804 /data
4435832 /www
1523092 /usr
354984 /var
260912 /root
47372 /lib
14854 /boot
13048 /sbin
9136 /bin
6916 /run
4988 /etc
2756 /tmp
16 /opt
4 /srv
4 /selinux
4 /mnt
4 /media
4 /lost+found
4 /home
0 /sys
0 /proc
0 /dev
Four 、 Clean up unimportant directories and files that occupy the largest space
[email protected]:/www# rm -rf ./* [email protected]:/www# 5、 ... and 、 Logical volume expansion space
If the disk partition adopts lvm Logic volume , You can directly expand partitions
pvcreate /dev/sdc3 # Create a new physical volume pv
vgextend vg01 /dev/sdc3 # To expand the volume group
lvextend -L +2G /dev/vg01/lv01 # Extended logical volume
xfs_growfs /mnt/lv01/ # Make the extension effective
边栏推荐
- locust的使用
- ECMAScript 2022 was officially released. Have you heard about it?
- MySQL -- index of MyISAM storage engine
- Kubernetes create service access pod
- Appium automated testing foundation - Supplement: introduction to desired capabilities parameters
- The principle, testing and Countermeasures of malicious software reverse closing EDR
- 常见的二十种软件测试方法详解(史上最全)
- 每日刷题记录 (十)
- [C language] detailed explanation of malloc function [easy to understand]
- 使用3DMax制作一个象棋棋子
猜你喜欢

Use three JS realize the 'ice cream' earth, and let the earth cool for a summer

Turn -- use setjmp and longjmp in C language to realize exception capture and collaboration

Today's sleep quality record 71 points

Digital currency: far-reaching innovation

Congratulations on the release of friends' new book (send welfare)

【Kotlin 第三方 】coil koltin协程图片加载库Coil类似Glide的图片加载第三方

多图预警~ 华为 ECS 与 阿里云 ECS 对比实战

激发新动能 多地发力数字经济

转--利用C语言中的setjmp和longjmp,来实现异常捕获和协程

Chen Tianqi's machine learning compilation course (free)
随机推荐
Deep learning -- data operation
Mysql 5.7 实现 rank 排名
Cisco exam -- redundant network
shell 自定义函数
SAP ui5 application development tutorial 104 - multi select support for SAP ui5 table controls and how to use code to select multiple table row items at a time
转--原来gdb的底层调试原理这么简单
104. SAP UI5 表格控件的支持复选(Multi-Select)以及如何用代码一次选中多个表格行项目
Turn -- use setjmp and longjmp in C language to realize exception capture and collaboration
nn. Parameter] pytoch feature fusion adaptive weight setting (learnable weight use)
Cloud Vulnerability Global Database
今日睡眠质量记录71分
[JUC learning road day 8] condition
Reprint CSDN article operation
[daily training] 66 add one-tenth
Unable to climb hill sort, directly insert sort
Map container
Pytorch nn. functional. Simple understanding and usage of unfold()
El input text field word limit, beyond which the display turns red and input is prohibited
map容器
Kubernetes create service access pod