RAID 5 USB Ubuntu: Create RAID5 partition

Create RAID5 partition

Now go to terminal, Applications/Accessories/Terminal and create RAID5 partition over 3 partition:

mdadm –create –verbose /dev/md0 –level=5 –raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1

as response:

create_raid

Next we can check sync going on:

sudo watch cat /proc/mdstat

as response updated every 2 seconds, CTRL-C to exit

sudo_watch_cat_proc_mdstat

To save this configuration, you have to add a configuration row in /etc/mdadm/mdadm.conf, configuration string can be obtained with this command:

sudo mdadm –detail –scan

save raid config

copy string at the end of file and save.

Next Step: Format RAID5 partition or back to Menu Post

VN:F [1.9.15_1155]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.15_1155]
Rating: 0 (from 0 votes)

Leave a Reply