主頁 > 知識庫 > xfs文件系統(tǒng)提示沒有磁盤空間錯誤的解決方法

xfs文件系統(tǒng)提示沒有磁盤空間錯誤的解決方法

熱門標簽:如何找電銷機器人 電銷機器人怎么打卡 無錫ai智能語音電銷機器人廠家 濟南智能語音電銷機器人加盟 河南語音電銷機器人加盟公司 易聯(lián)系統(tǒng)外呼營銷來回呼 江西意向度高的羿智云外呼系統(tǒng) 無錫真人電銷機器人供應商 抖音商家地圖標注入駐店

日前,同事反饋一個問題:在一個大分區(qū)(24T)中使用xfs文件系統(tǒng),用來做歷史文件備份,突然提示沒有磁盤空間錯誤,先檢查下:

復制代碼
代碼如下:

[root@imysql ~]# df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/sdb1 xfs 19T 16T 2.4T 88% /backup/p> p>[root@imysql ~]# df -hi
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sdb1 9.3G 3.4M 9.3G 1% /backup

可以看到,不管是物理空間,還是inode,都還有很多余量,那為何還會報告磁盤空間不夠呢?
查詢了下XFS FAQ,發(fā)現(xiàn)有一段:

復制代碼
代碼如下:

Q: What is the inode64 mount option for?/p> p>By default, with 32bit inodes, XFS places inodes only in the first 1TB of a disk. If you have a disk with 100TB, all inodes will be stuck in the first TB. This can lead to strange things like "disk full" when you still have plenty space free, but there's no more place in the first TB to create a new inode. Also, performance sucks.
To come around this, use the inode64 mount options for filesystems >1TB. Inodes will then be placed in the location where their data is, minimizing disk seeks.
Beware that some old programs might have problems reading 64bit inodes, especially over NFS. Your editor used inode64 for over a year with recent (openSUSE 11.1 and higher) distributions using NFS and Samba without any corruptions, so that might be a recent enough distro.

大意就是xfs文件系統(tǒng)會把inode存儲在磁盤最開始的這1T空間里,如果這部分空間被完全填滿了,那么就會出現(xiàn)磁盤空間不足的錯誤提示了。解決辦法就是在掛載時,指定 inode64 選項:

復制代碼
代碼如下:

mount -o remount -o noatime,nodiratime,inode64,nobarrier /dev/sdb1 /backup

P.S,磁盤空間小于1T的不用擔心這個問題 :)

標簽:銅陵 運城 潛江 保定 衢州 山南 麗水 新余

巨人網絡通訊聲明:本文標題《xfs文件系統(tǒng)提示沒有磁盤空間錯誤的解決方法》,本文關鍵詞  xfs,文件,系統(tǒng),提示,沒有,;如發(fā)現(xiàn)本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《xfs文件系統(tǒng)提示沒有磁盤空間錯誤的解決方法》相關的同類信息!
  • 本頁收集關于xfs文件系統(tǒng)提示沒有磁盤空間錯誤的解決方法的相關信息資訊供網民參考!
  • 推薦文章