Results 1 to 5 of 5

Thread: Check Soft-Raid Status

  1. #1
    Join Date
    Mar 2007
    Beans
    7

    Check Soft-Raid Status

    I have a home server running two 1tb hard drives in a Raid1 Configuration.

    How can I check the status of this Raid?

    Thanks

  2. #2
    Join Date
    Jun 2005
    Beans
    69

    Re: Check Soft-Raid Status

    cat /proc/mdstat

  3. #3
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Check Soft-Raid Status

    theres a lot of useful info and a few different ways to view the raids status in the man pages for mdadm.

    man mdadm
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

  4. #4
    Join Date
    Mar 2007
    Beans
    7

    Re: Check Soft-Raid Status

    Thank you very much. I wasn't sure where to start.

  5. #5
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Check Soft-Raid Status

    The one I use most of the time is:

    Code:
    sudo mdadm -D /dev/md0
    where the md0 is the name of your array.
    Last edited by fjgaude; October 3rd, 2009 at 02:26 AM.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •