/proc/mdstat: Unterschied zwischen den Versionen
Erscheinungsbild
Zeile 1: | Zeile 1: | ||
'''topic''' - Beschreibung | |||
== Beschreibung == | |||
== Installation == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
</syntaxhighlight> | |||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
</syntaxhighlight> | |||
=== Optionen === | |||
{| class="wikitable sortable options gnu" | |||
|- | |||
! Unix !! GNU !! Parameter !! Beschreibung | |||
|- | |||
| || || || | |||
|- | |||
|} | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
== Anwendung == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
</syntaxhighlight> | |||
=== Problembehebung === | |||
== Konfiguration == | |||
=== Dateien === | |||
{| class="wikitable options" | |||
|- | |||
! Datei !! Beschreibung | |||
|- | |||
| || | |||
|- | |||
| || | |||
|} | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | |||
==== Dokumentation ==== | |||
; Man-Page | |||
; Info-Pages | |||
==== Links ==== | |||
===== Projekt ===== | |||
===== Weblinks ===== | |||
{{DEFAULTSORT:new}} | |||
{{DISPLAYTITLE:new}} | |||
[[Kategorie:new]] | |||
</noinclude> | |||
= TMP = | |||
== Status auslesen == | == Status auslesen == | ||
cat /proc/mdstat | cat /proc/mdstat |
Version vom 28. Februar 2025, 14:10 Uhr
topic - Beschreibung
Beschreibung
Installation
Aufruf
Optionen
Unix | GNU | Parameter | Beschreibung |
---|---|---|---|
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
Problembehebung
Konfiguration
Dateien
Datei | Beschreibung |
---|---|
Anhang
Siehe auch
Dokumentation
- Man-Page
- Info-Pages
Links
Projekt
Weblinks
TMP
Status auslesen
cat /proc/mdstat
- Kein RAID
Personalities : [raid1] unused devices: <none>
- RAID1
Personalities : [raid1] md2 : active raid1 sda3[2] sdb3[1] 234405504 blocks super 1.2 [2/2] [UU] bitmap: 0/2 pages [0KB], 65536KB chunk md1 : active raid1 sda2[2] sdb2[1] 523712 blocks super 1.2 [2/2] [UU] md0 : active raid1 sda1[2] sdb1[1] 33521664 blocks super 1.2 [2/2] [UU] unused devices: <none>
- Ausgabe für ein RAID0 II
Die /boot-Partition md0 muss immer als RAID1 eingerichtet sein, um davon booten zu können
Personalities : [raid1] [raid0] md2 : active raid0 sda3[0] sdb3[1] 883956736 blocks super 1.2 512k chunks md1 : active raid0 sda2[0] sdb2[1] 52393984 blocks super 1.2 512k chunks md0 : active raid1 sda1[0] sdb1[1] 523264 blocks super 1.2 [2/2] [UU] unused devices: <none>
- Resync-Prozess
Wenn unter einer der Partitionen ein Fortschritts-Balken dargestellt wird, läuft derzeit ein RAID-Resync-Prozess:
md0 : active raid1 sdb1[0] sdc1[1] 2095040 blocks super 1.2 [2/2] [UU] [====>................] resync = 32.7% (418656/2095040) finish=4.2min speed=131219K/sec