Go to Forum New

Error on QID 3787 (RH302)

Hello,

Here's the Q&A from the exam:

Question 95: (QID=3787)
You wish to create a filesystem which will be used only by a database application to store its data. Which option should you use with mke2fs?

1. -m 0
2. -m 100
3. -r 100
4. -r 0
CorrectWrong!
Correct answer(s): 4
Explanation: You are told that no user will use this filesystem. You will therefore conclude that you do not need to reserve any space for the superuser. The -m option sets the percentage of space reserved for root. By default it is 5. You have to set it to 0.


The correct answer is shown as #4 but the explantion says ( correctly ) #1 is right.

Go to Forum