Results 1 to 4 of 4

Thread: Upgrade Advice

  1. #1
    Join Date
    Aug 2012
    Beans
    2

    Upgrade Advice

    I have a system running 10.04. It is an intel atom based system that has 32 gig compact flash that I have the OS files on it. Then I have two, 2-terrabyte drives that I have in a Raid 1 configuration. I would like to upgrade to 12 and I have done enough fiddling and thing a fresh install may be prudent. Any advice I on how I can upgrade with a fresh install without impacting the existing Raid?

    Thank you in advance for your help.

  2. #2
    Join Date
    Jun 2010
    Location
    Michigan
    Beans
    92
    Distro
    Ubuntu

    Re: Upgrade Advice

    I assume the raid is a software raid?

    If that is the case it will be extremely simple.

    Backup your OS drive (if you need to)

    Then just as a precautionary disconnect your raid drives, install 12.04 as usual. DO NOT setup a raid during the ubuntu installation (it shouldnt let you because you disconnected the drives).

    Once ubuntu is installed run the following
    Code:
    sudo mdadm --assemble --scan
    This will automatically detect your raid and set it back up exactly how it was for you.

    DO NOT -BUILD OR -CREATE AS THAT WILL WIPE YOUR RAID!

    this is a benefit to using a linux software raid, it is very easy to migrate to new hardware / reinstalls.

  3. #3
    Join Date
    Aug 2012
    Beans
    2

    Re: Upgrade Advice

    Thank you very much. Yes it is a software raid and I will give it a shot tomorrow.

  4. #4
    Join Date
    Jun 2010
    Location
    Michigan
    Beans
    92
    Distro
    Ubuntu

    Re: Upgrade Advice

    oops, forgot to mention you will have to plug the raid drives back in of course before you run that command.

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
  •