程式狂想筆記

一個攻城師奮鬥史

0%

系統上檔案數量限制

inode 有限制檔案數量
刪除沒用到的檔案

2021-06-14
後來有找到 XFS 會造成空間已滿問題
XFS 程式出現 no space left on device | 程式狂想筆記
大家可以確認看看

檔案數量限制 · Linux學習筆記

1
2
3
4
#python2
for x in xrange(0,1000000000):
f=open(str(x),'a')
f.close()

64000 看起來是指子資料夾限制

It depends on the file system. ext3 suppport ~32000 subdirectories (not files!) in a given directory, with ext4 it’s 64000 by default. xfs has no limit to my knowledge.

linux - Is there a hard limit to the number of files a directory can have? - Server Fault

Linux实例磁盘空间满和inode满的问题排查方法 - 阿里云

【程式】Shell Script : 顯示某資料匣下的 inode 數量 (檔案數) @ My Life :: 隨意窩 Xuite日誌

Linux 快速清除「檔案數量太多」的速度比較 – Tsung’s Blog

inode 用光光了 | 老洪的 IT 學習系統

[問題] XFS檔案系統,刪除檔案沒有釋放空間。 - 看板Linux | PTT數位生活區

https://www.cnblogs.com/diantong/p/10512696.html

Linux下使用xfs時提示沒有磁盤空間的情況該如何處理_Linux維護

lostwa.com - 一次 XFS 文件系统碎片导致的空间异常

Linux磁盘空间怎么释放? - 知乎