Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
Users report that they cannot access some files located in the /opt/finapp directory after a power outage caused an unexpected server restart. A Linux administrator examines the following filesystem details and system logs: # mount | grep finapp /dev/mapper/rhel-opt_finapp on /opt/finapp type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8, logbsize=32k,noquota) # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 931.5G 0 disk |-sda1 8:1 0 1G 0 part /boot |-sda2 8:2 0 930.5G 0 part |-rhel-root 253:0 0 30.5G 0 lvm / |-rhel-opt_finapp 253:1 0 900G 0 lvm /opt/finapp # grep opt_finapp /var/log/messages XFS (opt_finapp): Corruption detected in inode 3645, extent tree Which of the following commands should the administrator run in an attempt to fix the filesystem?
Correct Answer: B
Step-by-Step Comprehensive Detailed Explanation: * Command Explanation: * xfs_repair is the correct tool to repair XFS filesystems. It scans the filesystem metadata for errors and attempts to fix any corruption. * Why Other Options are Incorrect: * A: fdisk is used to manage partitions, not repair filesystems. * C: lvcreate is for creating logical volumes, not repairing filesystems. * D: fsck.ext4 is used for ext4 filesystems, but /opt/finapp is an XFS filesystem. * References: * CompTIA Linux+ Guide to Filesystems and Storage * man xfs_repair