Big 11.11 Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

CompTIA Linux+ Exam XK0-005 Question # 125 Topic 13 Discussion

CompTIA Linux+ Exam XK0-005 Question # 125 Topic 13 Discussion

XK0-005 Exam Topic 13 Question 125 Discussion:
Question #: 125
Topic #: 13

The users of a Linux system are unable to use one of the application filesystems. The following outputs have been provided:

bash

$ cd /app

$ touch file

touch: cannot touch 'file': Readonly file system

Output 2

/dev/sdcl on /app type ext4 (ro,relatime,seclabel,data=ordered)

Output 3

/dev/sdcl /app ext4 defaults 0 0

Output 4

[302.048075] Buffer I/O error on dev sdcl, logical block 0, async page read

[302.048490] EXT4-fs (sdcl): Attempt to read block from filesystem resulted in short read while trying to re-open /dev/sdcl

Which of the following actions will resolve this issue?


A.

umount /app fsck -y /dev/sdcl mount /app


B.

xfs_repair /dev/sdcl mount -o rw,remount /app


C.

umount /app xfs_repair /dev/sdcl mount /app


D.

fsck -y /dev/sdcl mount -o rw,remount /app


Get Premium XK0-005 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.