当前位置:网站首页>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
边栏推荐
- Appium automated testing foundation - Supplement: introduction to desired capabilities parameters
- 用JpaTransactionManager操作数据库事务
- The median salary of TSMC's global employees is about 460000, and the CEO is about 8.99 million; Apple raised the price of iPhone in Japan; VIM 9.0 release | geek headlines
- Use three JS realize the 'ice cream' earth, and let the earth cool for a summer
- ESP自动下载电路设计
- 转--拿来即用:分享一个检查内存泄漏的小工具
- Origin2018 installation tutorial "recommended collection"
- 思科--高可用和高可靠网络考试
- The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received
- 轉載csdn文章操作
猜你喜欢
vSphere+、vSAN+来了!VMware 混合云聚焦:原生、快速迁移、混合负载
Turn -- bring it and use it: share a gadget for checking memory leaks
[untitled]
Quantifiers of regular series
Ffmpeg learning notes
map容器
Congratulations on the release of friends' new book (send welfare)
思科考试--路由的概念和配置考试
Cisco -- an external tool for WAN's concept examination
Tcpdump command usage details
随机推荐
Explain the volatile keyword
Sogou wechat app reverse (II) so layer
[literacy] deep / shallow, local / global features in machine learning image processing
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received
Cloud Vulnerability Global Database
cvpr2022 human pose estiamtion
转--利用C语言中的setjmp和longjmp,来实现异常捕获和协程
redis配置文件中常用配置详解[通俗易懂]
转载csdn文章操作
104. SAP UI5 表格控件的支持复选(Multi-Select)以及如何用代码一次选中多个表格行项目
Understanding of transactions in MySQL
Design of ESP automatic download circuit
Congratulations on the release of friends' new book (send welfare)
Kubernetes create service access pod
使用 EMQX Cloud 实现物联网设备一机一密验证
MySQL -- index of InnoDB storage engine
Introduction and use of plantuml
Cloud Vulnerability Global Database
Understanding of inverted residuals
Where can the courses purchased by CSDN be accessed