简体   繁体   中英

No space left on device ( linux )

When I try to create a file, it's giving "No space left on device"

I tried to fetch inode usage :

$df -ih ~

I am getting : IUse% = 77%

And when I do this to fetch disk usage :

$df -h ~

I am getting : Use% = 11%

What's going wrong? How to resolve this issue?

you check the ~ (Home Folder) and it can be missleading. best practice is to use df -kh * du -sh / fdisk -l https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM