Browsing the archives for the Raid 5 tag

Software Raid 5 unter Ubuntu erstellen

Vorab, ihr solltet wissen was ihr macht! Ich gehe davon aus, dass das System bereits installiert ist. Mirrored Device Admin installieren: # apt-get install mdadm Partitionieren als “Linux Raid Autodetect” # fdisk /dev/sd[b,c,d,e,f...] n (new) p (primary) 1 (1st primary) ENTER (Size) ENTER (Size) t (select type) fd (type = linux raid autodetect) w (write [...]

0 Comments