Oracle
1Z0-105 · Question #86
Examine the list of requirements for an XFS file system: 1. Its label must be /xfs1. 2. It must mount automatically during system startup. 3. The user data must be stored on /dev/sdh1. 4. The…
The correct answer is E. 1, 3, 4, 5, 6, 7. See the full explanation below for the reasoning.
Question
Examine the list of requirements for an XFS file system: 1. Its label must be /xfs1. 2. It must mount automatically during system startup. 3. The user data must be stored on /dev/sdh1. 4. The journal data must be stored on /dev/sdd1. 5. The journal must be 4GB in size. 6. It must contain a real-time section. 7. Its block size must be 4096 bytes. You execute the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/sdd1 -d size=4g /dev/sdh1 Which requirements do you meet?
Options
- A1, 3, 4, 7
- B1, 2, 3, 4, 7
- C1, 3, 4
- D1, 3, 4, 5, 7
- E1, 3, 4, 5, 6, 7
- F1, 2, 3, 4, 5, 6, 7
How the community answered
(15 responses)- D13% (2)
- E80% (12)
- F7% (1)
Community Discussion
No community discussion yet for this question.