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

Posted 鹅要长大

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[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  /

以上是关于[linux]ubuntu this computer has only 1.1G space remaining的主要内容,如果未能解决你的问题,请参考以下文章

linux系统安装: ubuntu

ubuntu 安装 cuda

Notebook computer(Ubuntu)

电脑出现下面的英文怎么处理:this computer is being attacted

vue中computed计算属性与methods对象中的this指针

openstack 在 ubuntu12.10 server上配置 compute node,网卡最少需要几块?为啥?