exam questions

Exam LFCS All Questions

View all questions & answers for the LFCS exam

Exam LFCS topic 1 question 110 discussion

Actual exam question from Linux Foundation's LFCS
Question #: 110
Topic #: 1
[All LFCS Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Strib
6 months, 3 weeks ago
Selected Answer: AC
The Linux filesystems that preallocate a fixed number of inodes at the filesystem's creation time and do not generate them as needed are: A. ext3 C. ext2 Both ext3 and ext2 filesystems allocate a fixed number of inodes during their creation. The number of inodes is determined at filesystem creation and remains fixed unless the filesystem is resized or reformatted. Inodes are data structures that store metadata about files and directories in a filesystem.
upvoted 1 times
Strib
6 months, 3 weeks ago
The other options listed are not correct: B. JFS: JFS (IBM's Journaled File System) does not preallocate a fixed number of inodes at creation time. Inodes are dynamically allocated as needed. D. XFS: XFS does not preallocate a fixed number of inodes at creation time. It uses a dynamic inode allocation scheme. E. procfs: procfs is a special filesystem that provides information about processes and system resources in a virtual file system. It does not use inodes, as it is not a traditional file-based filesystem.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago