【问题标题】:No space left on device ( linux )设备上没有剩余空间(linux)
【发布时间】:2018-12-27 06:12:39
【问题描述】:

当我尝试创建文件时,它给出“设备上没有剩余空间”

我试图获取 inode 使用情况:

$df -ih ~

我得到:IUse% = 77%

当我这样做是为了获取磁盘使用情况:

$df -h ~

我得到:Use% = 11%

怎么了?如何解决这个问题?

【问题讨论】:

标签: linux filesystems redhat


【解决方案1】:

您检查 ~(主文件夹),它可能会产生误导。 最佳做法是使用 df -kh * 杜 -sh / fdisk -l https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-12-29
    • 2012-01-14
    • 2012-05-15
    • 2018-11-22
    • 2015-07-21
    • 2020-12-16
    • 2014-11-20
    相关资源
    最近更新 更多