Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)



A. ext3
B. JFS
C. ext2
D. XFS
E. procfs

題解

ext3和ext2檔案系統無法在建立之後再去根據檔案數量來產生新的inode,所以檔案數量會有所限制。