GPFS檔案系統inode數是否有限制?
Q5.7:
What is the architectural limit of the number of files in a file system?
A5.7:
The architectural limit of the number of files in a file system is determined by the file system format:
For file system created with GPFS V3.4 or later, the architectural limit is 2∧64.
The current tested limit is 9,000,000,000.
For file systems created with GPFS V2.3 or later, the limit is 2,147,483,648.
For file systems created prior to GPFS V2.3, the limit is 268,435,456.
Please note that the effective limit on the number of files in a file system is usually lower than the architectural limit, and could be adjusted using the mmchfs command (GPFS V3.4 and later use the --inode-limit option).
The maximum number of files that can be created can be specified by using the --inode-limit option on the mmchfs command. Allowable values, which range from the current number of created inodes (determined by issuing the mmdf command with the -F option) through the maximum number of files that are supported, are constrained by the formula:
maximum number of files = (total file system space) / (inode size + subblock size)
You can determine the inode size (-i) and subblock size (value of the -B parameter / 32) of a file system by running the mmlsfs command. The maximum number of files in a file system may be specified at file system creation by using the --inode-limit option on the mmcrfs command, or it may be increased at a later time by using --inode-limit on the mmchfs command. This value defaults to the size of the file system at creation divided by 1 MB and cannot exceed the architectural limit. When a file system is created, 4084 inodes are used by default; these inodes are used by GPFS? for internal system files.
What is the architectural limit of the number of files in a file system?
A5.7:
The architectural limit of the number of files in a file system is determined by the file system format:
For file system created with GPFS V3.4 or later, the architectural limit is 2∧64.
The current tested limit is 9,000,000,000.
For file systems created with GPFS V2.3 or later, the limit is 2,147,483,648.
For file systems created prior to GPFS V2.3, the limit is 268,435,456.
Please note that the effective limit on the number of files in a file system is usually lower than the architectural limit, and could be adjusted using the mmchfs command (GPFS V3.4 and later use the --inode-limit option).
The maximum number of files that can be created can be specified by using the --inode-limit option on the mmchfs command. Allowable values, which range from the current number of created inodes (determined by issuing the mmdf command with the -F option) through the maximum number of files that are supported, are constrained by the formula:
maximum number of files = (total file system space) / (inode size + subblock size)
You can determine the inode size (-i) and subblock size (value of the -B parameter / 32) of a file system by running the mmlsfs command. The maximum number of files in a file system may be specified at file system creation by using the --inode-limit option on the mmcrfs command, or it may be increased at a later time by using --inode-limit on the mmchfs command. This value defaults to the size of the file system at creation divided by 1 MB and cannot exceed the architectural limit. When a file system is created, 4084 inodes are used by default; these inodes are used by GPFS? for internal system files.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23141985/viewspace-1775354/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 理解Linux檔案系統之 inodeLinux
- Linux檔案系統iNode及stat命令Linux
- hive檔案數限制Hive
- 詳解GPFS檔案系統架構、組網和Building Block架構UIBloC
- 各檔案系統對單個檔案大小的限制
- EXT4檔案系統學習(14)VFS之VFS inode
- 開啟檔案數限制
- AIX5.3系統檔案大小的限制AI
- 列出檔案的inode資訊
- 贈書| 詳解GPFS檔案系統架構、組網和Building Block架構UIBloC
- oracle資料檔案個數限制Oracle
- windwos檔案控制代碼數限制
- 繼Lustre和GPFS之後,HPC又迎來那個新檔案系統接盤?
- 檔案描述符、開啟檔案表以及inode
- Windows作業系統下檔案大小限制(不斷更新)Windows作業系統
- 注意資料檔案最大塊數限制
- EXT4檔案系統學習(9)VFS之磁碟結構inode和direntry
- 柳大的Linux講義·基礎篇(2)Linux檔案系統的inodeLinux
- Linux系統中常見的檔案系統有哪些?Linux
- 表`t`的INODE結構檔案分析
- linux系統檔案開啟數Linux
- EXT4檔案系統學習(11)VFS之記憶體結構sb和inode記憶體
- Linux作業系統支援的檔案系統有哪些?Linux作業系統
- 檢視linux中檔案的inode資訊Linux
- 川大ATC系統部分引數限制
- linux+nginx+mysql+php系統修改檔案上傳大小限制LinuxNginxMySqlPHP
- 檔案和檔案系統
- Linux系統篇-檔案系統&虛擬檔案系統Linux
- ORACLE中資料檔案大小及數量限制初探Oracle
- UNIX根檔案系統和附加檔案系統
- 檔案系統
- 第三章-靜態檔案與inode
- /proc虛擬檔案系統與系統核心引數修改方法
- 檔案系統(五):exFAT 檔案系統原理詳解
- Linux中修改開啟檔案的數量限制Linux
- 刪除Win8.1系統休眠檔案有妙招
- 在Linux中,有哪些系統日誌檔案?Linux
- Linux 虛擬檔案系統四大物件:超級塊、inode、dentry、file之間關係Linux物件