nerdexam
Oracle

1Z0-105 · Question #85

You have a mounted mirrored btrfs file system in RAID-1 on /btrfs: # btrfs filesystem show Label: 'Btrfs' uuid: 7bfe3239-47ee-442b-b9f8-49f88b6b1be4 Total devices 2 FS bytes used 250.46MB devid 2…

The correct answer is D. btrfs scrub start /dev/sdd. See the full explanation below for the reasoning.

Question

You have a mounted mirrored btrfs file system in RAID-1 on /btrfs: # btrfs filesystem show Label: 'Btrfs' uuid: 7bfe3239-47ee-442b-b9f8-49f88b6b1be4 Total devices 2 FS bytes used 250.46MB devid 2 size 4.88GB used 1.54GB path /dev/sdd devid 1 size 4.88GB used 1.54GB path /dev/sdc You found an error on one device: #btrfs scrub start -B -d -r /btrfs scrub device /dev/sdc (id 1) done scrub started at Wed Aug 21 15:33:05 2013 and finished after 6 seconds total bytes scrubbed: 250.34MB with 0 errors scrub device /dev/sdd (id2) done scrub started at Wed Aug 21 15:33:05 2013 and finished after 6 seconds total bytes scrubbed: 250.39MB with 26 errors error details: read=13 csum=13 corrected errors: 13, uncorrectable errors: 0, unverified errors: 0 Which statements repairs the corrupted blocks?

Options

  • Afsck.btrfs -f /dev/sdd
  • Bfsck -t btrfs /btrfs
  • Cbtrfs scrub /dev/sdc
  • Dbtrfs scrub start /dev/sdd

How the community answered

(53 responses)
  • A
    4% (2)
  • B
    9% (5)
  • C
    15% (8)
  • D
    72% (38)

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice