nerdexam
CompTIA

XK0-005 · Question #1311

A systems administrator wants to increase the existing drive space on a Linux server with a software RAID. After physically adding the new drive to the system, and then adding the drive to the RAID…

The correct answer is D. Grow the array size to four members. The array status shows 'sdd1[3]S' - the trailing 'S' indicates the new drive was added as a hot spare, not as an active array member. The '[3/3] [UUU]' confirms only 3 active drives in a RAID 5 array, meaning the 4th drive is standing by as a spare. To actually increase usable…

Troubleshooting

Question

A systems administrator wants to increase the existing drive space on a Linux server with a software RAID. After physically adding the new drive to the system, and then adding the drive to the RAID array, the administrator notices the available drive space has not increased. A status of the array shows the new drive and the original storage space: md0 : active Raid sdd1[3]S sdc1[2] sdb1[1] sda1[0] 954585654 blocks level5 64K chunk algorithm 2 [3/3] [UUU] Which of the following should the administrator do to make all storage space available on the RAID array?

Options

  • ARun to alert the kernel to a new drive.
  • BConvert the new drive to a hot spare.
  • CSet the RAID type to a RAID 1.
  • DGrow the array size to four members.

How the community answered

(19 responses)
  • A
    5% (1)
  • C
    16% (3)
  • D
    79% (15)

Explanation

The array status shows 'sdd1[3]S' - the trailing 'S' indicates the new drive was added as a hot spare, not as an active array member. The '[3/3] [UUU]' confirms only 3 active drives in a RAID 5 array, meaning the 4th drive is standing by as a spare. To actually increase usable storage, the administrator must grow the array to include all four members as active devices using 'mdadm --grow /dev/md0 --raid-devices=4'. Simply adding the drive physically or as a spare does not expand the array's data capacity.

Topics

#Linux RAID#mdadm#Storage expansion#System administration

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice