XK0-005 · Question #1273
XK0-005 Question #1273: Real Exam Question with Answer & Explanation
The correct answer is A: df -h /mnt/storage. {"question_number": 2, "question": "A user cannot write to an NFS datastore; df shows 50% free inodes. What should be run next?", "correct_answer": "A", "explanation": "Since the df command already confirmed that inodes are not exhausted (50% free), the inode count is not the cau
Question
A user is unable to write data to an NFS datastore at /mnt/storage. A df command indicates 50% free inodes. Which of the following commands should the user attempt NEXT to diagnose the situation?
Options
- Adf -h /mnt/storage
- Bdu -sh /mnt
- Cfdisk -l /mnt/storage
- Ddf -i /mnt/storage
Explanation
{"question_number": 2, "question": "A user cannot write to an NFS datastore; df shows 50% free inodes. What should be run next?", "correct_answer": "A", "explanation": "Since the df command already confirmed that inodes are not exhausted (50% free), the inode count is not the cause of the write failure. The next logical step is to check whether the filesystem has run out of actual disk block space using 'df -h /mnt/storage', which displays used and available space in human-readable format. A full disk (0 bytes free) would prevent writes even when inodes are available. Option D (df -i) would re-check inodes, which were already ruled out. Options B and C do not directly diagnose disk-full conditions on NFS mounts.", "generated_by": "claude-sonnet", "llm_judge_score": 3}
Topics
Community Discussion
No community discussion yet for this question.