首页 > 系统服务 > 详细

[linux]ubuntu this computer has only 1.1G space remaining

时间:2020-01-09 23:47:31      阅读:147      评论:0      收藏:0      [点我收藏+]
ubuntu this computer has only 1.1G space remaining
 
ubuntu this computer has only 1.1G space remaining
A:
df -h
sudo parted -l
sudo blkid
sudo lshw -sanitize
mount /dev/sda6 /mnt
cd /mnt
sudo du --max-depth=1 -h | sort -hr
 
 
sudo du --max-depth=1 -h -c -x  /
fdisk -l
blkid
 
sudo du --max-depth=1 -h -c -x  /

[linux]ubuntu this computer has only 1.1G space remaining

原文:https://www.cnblogs.com/happyamyhope/p/12173778.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!