No space left on device

本文介绍了在Linux系统中遇到的一个特殊问题:尽管磁盘空间显示已满,但在删除文件后空间并未释放。文章深入探讨了解决该问题的方法,包括使用lsof工具检查被进程锁定的文件以及如何终止这些进程来释放空间。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

在实现“马踏棋盘”问题时,因为程序出错不停循环写文件耗尽硬盘空间。

#df

/dev/sdc1             20799540  19751436         0 100% /home/sluo

无论怎么删除文件,剩余空间都为0,并没有增加。
网上很多人遇到的是硬盘还有空间,但是也报错:No space left on device. 显然他们的问题是因为inode耗尽了。
Linux上创建文件需要对应的inode如果inode 耗尽也无法写入文件,inode可以通过df -i查看。通常由于<2K的小文件过多,而每个小文件又占用一个inode,这样就会出现硬盘空间还有,却无法继续写入。
我遇到的问题恰好相反。正常情况下,这是正确的,硬盘没空间了,但inode还有剩余。不过我的问题是,删除文件,磁盘空间没有增加。
以前,我也遇到过这个问题,不知道怎么就解决的。今天没这么好运气,所以只能试着去找到真正的原因。
其实,答案很简单: 在Linux中,如果一个进程打开文件读写,只要这个进程不退出,即便删掉了这个文件,文件也不会真正被删除。
我就是通过lsof -s 看到我之前那个程序写的文件还在(虽然有注解(deleted)),所以通过,ps -aux|grep mage找到了那个进程将其kill了。这时,硬盘的空间才一点一点增加,说明进程退出,正释放硬盘空间。
多亏了这个贴,关键是第一个greeblesnort的回复

输入目标进程PID: 19934 sh: can't create /proc/sys/kernel/yama/ptrace_scope: No such file or directory 警告:无法设置ptrace_scope,可能需要手动设置 已附加线程: tid=19941 已附加线程: tid=19942 已附加线程: tid=19943 已附加线程: tid=19944 已附加线程: tid=19945 已附加线程: tid=19946 已附加线程: tid=19947 已附加线程: tid=19948 已附加线程: tid=19949 已附加线程: tid=19954 已附加线程: tid=19955 已附加线程: tid=19959 已附加线程: tid=19962 已附加线程: tid=19963 已附加线程: tid=19968 已附加线程: tid=19977 已附加线程: tid=19981 已附加线程: tid=19982 已附加线程: tid=19983 已附加线程: tid=20010 已附加线程: tid=20012 已附加线程: tid=20013 已附加线程: tid=20027 已附加线程: tid=20038 已附加线程: tid=20039 已附加线程: tid=20040 已附加线程: tid=20041 已附加线程: tid=20046 已附加线程: tid=20063 已附加线程: tid=20065 已附加线程: tid=20066 已附加线程: tid=20072 已附加线程: tid=20075 已附加线程: tid=20076 已附加线程: tid=20077 已附加线程: tid=20078 已附加线程: tid=20080 已附加线程: tid=20091 已附加线程: tid=20094 已附加线程: tid=20096 已附加线程: tid=20097 已附加线程: tid=20117 已附加线程: tid=20135 已附加线程: tid=20143 已附加线程: tid=20146 已附加线程: tid=20147 已附加线程: tid=20164 已附加线程: tid=20165 已附加线程: tid=20166 已附加线程: tid=20167 已附加线程: tid=20174 已附加线程: tid=20180 已附加线程: tid=20219 已附加线程: tid=20227 已附加线程: tid=20228 已附加线程: tid=20229 已附加线程: tid=20232 已附加线程: tid=20233 已附加线程: tid=20234 已附加线程: tid=20241 已附加线程: tid=20242 已附加线程: tid=20247 已附加线程: tid=20248 输入断点地址(十六进制): 0x7651822168 选择断点类型(0:执行,1:读,2:写,3:读写): 0 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device PTRACE_SETREGSET设置失败: No space left on device 线程19934断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19941断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19942断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19943断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19944断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19945断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19946断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19947断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19948断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19949断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19954断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19955断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19959断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19962断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19963断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19968断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19977断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19981断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19982断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程19983断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20010断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20012断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20013断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20027断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20038断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20039断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20040断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20041断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20046断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20063断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20065断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20066断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20072断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20075断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20076断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20077断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20078断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20080断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20091断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20094断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20096断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20097断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20117断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20135断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20143断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20146断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20147断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20164断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20165断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20166断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20167断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20174断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20180断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20219断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20227断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20228断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20229断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20232断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20233断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20234断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20241断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20242断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20247断点设置失败 PTRACE_SETREGSET设置失败: No space left on device 线程20248断点设置失败 恢复进程执行... 等待断点触发... 停止事件(si_code=0xffffffff) 清理断点... 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 清除执行断点失败: No space left on device 清除观察点失败: No space left on device 分离调试会话... sh: can't create /proc/sys/kernel/yama/ptrace_scope: No such file or directory 修复好完整发给我
最新发布
07-14
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值