View previous topic :: View next topic |
Author |
Message |
Tinitus Veteran

Joined: 20 Sep 2004 Posts: 1754
|
Posted: Sat Jun 14, 2008 9:14 am Post subject: Software Raid Amd64bit Problem |
|
|
Hallo,
ich verwende einen Kernel 2.6.24-gentoo-r8 für/mit 64bit.
Leider ist mein Softwareraid irgendwie abgeschmiert.
Gibt es ein Frontend für cat /proc/mdstat , so daß ich nicht immer in die Konsole gehen muß um den Status auszulesen.
G. R. |
|
Back to top |
|
 |
Anarcho Advocate


Joined: 06 Jun 2004 Posts: 2970 Location: Germany
|
Posted: Sat Jun 14, 2008 10:51 am Post subject: |
|
|
Falls es nur darum geht den Aufruf dauernd zu wiederholen:
watch cat /proc/mdstat
Eine GUI wäre zum Beispiel: http://raidmonitor.sourceforge.net/ (ist aber nicht im Portage) _________________ ...it's only Rock'n'Roll, but I like it! |
|
Back to top |
|
 |
KdC n00b

Joined: 14 Jul 2003 Posts: 13 Location: Germany
|
Posted: Sat Jun 14, 2008 11:05 am Post subject: |
|
|
Oder Du benutzt diesen Befehl:
Code: | mdstat=`cat /proc/mdstat | grep md` && notify-send "cat /proc/mdstat | grep md" "$mdstat"
|
Das müsste zumindest in Gnome und Xfce funktionieren, bei KDE hab ich keine Ahnung.
Du kannst statt notify-send aber auch einfach zenity oder kdialog verwenden... |
|
Back to top |
|
 |
Evildad Guru


Joined: 15 Apr 2004 Posts: 475
|
Posted: Sat Jun 14, 2008 2:11 pm Post subject: |
|
|
Die cat Aufrufe kannst du auch weglassen.
grep md /proc/stat tuts auch |
|
Back to top |
|
 |
|