User Tools

Site Tools


nas:build_a_linux_nas:create_a_software_raid_array

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nas:build_a_linux_nas:create_a_software_raid_array [2021/09/26 11:51] peternas:build_a_linux_nas:create_a_software_raid_array [2021/09/26 12:00] (current) – [Ensure the RAID Array is reassembled automatically each time the system boots] peter
Line 40: Line 40:
   * This device represents the RAID 5 of /dev/sdb1, /dev/sdc1 and /dev/sdd1.   * This device represents the RAID 5 of /dev/sdb1, /dev/sdc1 and /dev/sdd1.
   * Obviously other RAID types could be used instead.   * Obviously other RAID types could be used instead.
 +
 +If the following message is seen: **Device or resource busy**, then reboot the OS.
 </WRAP> </WRAP>
  
Line 48: Line 50:
 <code bash> <code bash>
 sudo mdadm --detail --scan | sudo tee -a /etc/mdadm/mdadm.conf sudo mdadm --detail --scan | sudo tee -a /etc/mdadm/mdadm.conf
 +
 +or
 +
 +sudo mdadm --detail --scan --verbose | sudo tee -a /etc/mdadm/mdadm.conf
 </code> </code>
  
Line 53: Line 59:
  
 <code bash> <code bash>
 +ARRAY /dev/md/0 level=raid5 num-devices=3 metadata=1.2 spares=1 name=xenial:0 UUID=c7a2743d:f1e0d872:b2ad29cd:e2bee48c
 +      devices=/dev/sdb1,/dev/sdc1,/dev/sdd1
 </code> </code>
  
nas/build_a_linux_nas/create_a_software_raid_array.1632657118.txt.gz · Last modified: 2021/09/26 11:51 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki