Results 1 to 3 of 3

Thread: Determining RAID Array

  1. #1
    Join Date
    Mar 2012
    Location
    /home/ubun2to
    Beans
    356
    Distro
    Ubuntu 13.04 Raring Ringtail

    Determining RAID Array

    How do you determine what type of RAID array you have? (RAID 0, 1, etc.). I know the RAID array is working, as it shows up on the Disk Utility, and I know it's a PCI card controller.
    I'm working with an old server that was literally just collecting dust for years.
    Backups are amazing. 99% of data loss can be prevented by spending less than $100 on an external drive.
    If you have seen an error, there is a good chance someone else has, too. Google is your friend.

  2. #2

    Re: Determining RAID Array

    Code:
    cat /proc/mdstat
    Windows assumes the user is an idiot.
    Linux demands proof.

  3. #3
    Join Date
    Mar 2012
    Location
    /home/ubun2to
    Beans
    356
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Determining RAID Array

    Quote Originally Posted by Habitual View Post
    Code:
    cat /proc/mdstat
    Thanks. I figured it was a RAID 0 array.
    Backups are amazing. 99% of data loss can be prevented by spending less than $100 on an external drive.
    If you have seen an error, there is a good chance someone else has, too. Google is your friend.

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
  •