Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I have configured raid 5 with 3 HDD. However, the rule of raid5 is required minimum 3 HDD. Now I want to add more HDD in Raid5 can any ...
  1. #1
    Just Joined! abdul raziq's Avatar
    Join Date
    Dec 2006
    Location
    Quetta
    Posts
    73

    Raid 5

    Hi,

    I have configured raid 5 with 3 HDD. However, the rule of raid5 is required minimum 3 HDD. Now I want to add more HDD in Raid5 can any one tell me how I add more HDD in raid5?


    Thanks
    A.Raziq

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Code:
    mdadm --add /dev/md0 /dev/sdd1
    mdadm --grow /dev/md0 --raid-devices=4
    this assumes the drive you are trying to add is sdd1 and the array is md0, the array has to be unmounted to do this

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...