[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mdadm --create /dev/md0 ... -> error ...: No such file



Hallo Daniel,

Daniel Musketa schrieb:
> Hallo,

> b) Um nicht später nochmal neu zu fragen: Wo legt mdadm die Informationen über 
> die zu benutzenden RAIDs ab, d. h. wie portabel ist so ein RAID-Verbund?

Die Informationen zum Raid werden auf den Platten selbst abgelegt
(Stichworte superblock und uuid).

Wenn du die LiveCD grml von [1] herunterlädst, so werden
schon beim Starten alle Platten nach einem Raidverbund gescannt und
es reicht ein mount /mnt/md0 zum Einbinden - egal ob Raid{0,1,5}

Wenn du Knoppix benutzt, mußt du selbst Hand anlegen:

 lsraid -R -p | grep -v chunksize > /etc/raidtab
 raidstart -a
 cat /proc/mdstat
 mkdir /mnt/mdX
 mount /mnt/mdx

Von daher sehe ich ein Softwareraid als sehr portabel an. ;)

HTH
Thorsten

[1] Geniale LiveCD mit der zsh als StandarD Shell:
http://grml.org/



Reply to: