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

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  /

猜你喜欢

转载自www.cnblogs.com/happyamyhope/p/12173778.html