|

楼主 |
发表于 2018-5-3 10:02:37
|
显示全部楼层
可用空间还剩几个字节?
- [root@taurus ~]# df
- Filesystem 1K-blocks Used Available Use% Mounted on
- /dev/ploop15128p1 888580 888572 0 100% /
- none 196608 4 196604 1% /dev
- none 196608 0 196608 0% /dev/shm
复制代码- [root@taurus ~]# df -lhT
- Filesystem Type Size Used Avail Use% Mounted on
- /dev/ploop15128p1 ext4 868M 868M 0 100% /
- none devtmpfs 192M 4.0K 192M 1% /dev
- none tmpfs 192M 0 192M 0% /dev/shm
复制代码 |
|