Results 1 to 4 of 4

Thread: Windows Raid 0 to Ubuntu Raid 0

  1. #1
    Join Date
    Jan 2013
    Beans
    2

    Windows Raid 0 to Ubuntu Raid 0

    I just switched over from Windows 8 to Ubuntu and want to switch my raid 0 drivers over if that is possible?

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas
    Beans
    1,494

    Re: Windows Raid 0 to Ubuntu Raid 0

    How are you implementing the RAID 0 currently? Hardware based RAID controller? Software based RAID controller? Windows software RAID utility?

  3. #3
    Join Date
    Jan 2013
    Beans
    2

    Re: Windows Raid 0 to Ubuntu Raid 0

    Quote Originally Posted by lukeiamyourfather View Post
    How are you implementing the RAID 0 currently? Hardware based RAID controller? Software based RAID controller? Windows software RAID utility?
    I used the windows raid utility, and I still have 8 installed.

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas
    Beans
    1,494

    Re: Windows Raid 0 to Ubuntu Raid 0

    Try dmraid, it should be able to mount Windows software RAID volumes. Backup anything you don't want to lose just in case.

    Code:
    sudo apt-get install dmraid
    sudo dmraid -ay
    The first command installs dmraid if you don't already have it. The second command tells dmraid to mount all of the software RAID volumes it finds. For more information on dmraid check out the manual for it (only available if dmraid is installed).

    Code:
    man dmraid

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
  •