baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

GNU/Linux raid5 mit mdadm

Anleitung Linux mdadm für raid5 – http://blog.mbentley.net/2010/11/creating-a-raid-5-array-in-linux-with-mdadm/

Add a hot space afterwards:

mdadm --add /dev/md127 /dev/sdg

or

fdisk /dev/sdg
n (new)
t (...type)
fd (fd = linux raid auto-detect)
w (write)
q (quit)
mdadm --add /dev/md127 /dev/sdg1

Comments are currently closed.