Results 1 to 8 of 8

Thread: Ubuntu 12.10 Server + RAID5

  1. #1
    Join Date
    Feb 2013
    Beans
    3

    Question Ubuntu 12.10 Server + RAID5

    Hi All,

    I have installed Ubuntu 12.10 Server on my HP Microserver. I installed it onto an SSD and now have 4 1TB HDD which I want to configure as RAID5.

    How do I go about doing this, can I do this from the console or remotely using telnet or is there a GUI tool available?

    Any help would be great, most guides I have found are to do it at OS install time (ie OS installed on RAID) or for older versions.

    Thanks !

  2. #2
    Join Date
    Dec 2010
    Beans
    3

    Re: Ubuntu 12.10 Server + RAID5

    yes. you are able to make it done completely by the console
    this is good tutorial using mdadm to setup the raid.
    check out page 32
    http://download.intel.com/support/ch...rste_linux.pdf

    check out your motherboard whether it has the controller. if yes you can have a better performance by using intel driver imsm.

  3. #3
    Join Date
    Dec 2010
    Beans
    3

    Re: Ubuntu 12.10 Server + RAID5

    Quote Originally Posted by frobear View Post
    Hi All,

    I have installed Ubuntu 12.10 Server on my HP Microserver. I installed it onto an SSD and now have 4 1TB HDD which I want to configure as RAID5.

    How do I go about doing this, can I do this from the console or remotely using telnet or is there a GUI tool available?

    Any help would be great, most guides I have found are to do it at OS install time (ie OS installed on RAID) or for older versions.

    Thanks !
    yes. you are able to make it done completely by the console
    this is good tutorial using mdadm to setup the raid.
    check out page 32
    http://download.intel.com/support/ch...rste_linux.pdf

    check out your motherboard whether it has the controller. if yes you can have a better performance by using intel driver imsm.

  4. #4
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Ubuntu 12.10 Server + RAID5

    Check out rubylaser's blog, it has some great info on RAID using mdadm.

    http://zackreed.me/articles/38-softw...ian-with-mdadm

    http://zackreed.me/articles?tag_id=22
    Cheesemill

  5. #5
    Join Date
    Sep 2008
    Location
    Netherlands
    Beans
    372
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu 12.10 Server + RAID5

    Quote Originally Posted by frobear View Post
    telnet
    Telnet is not secure. Use SSH.

  6. #6
    Join Date
    Jan 2010
    Location
    Sydney, Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Ubuntu 12.10 Server + RAID5

    Thread Moved to "Server Platforms".

    Cheers!!
    “Progress is made by lazy men looking for easier ways to do things”
    — Robert A. Heinlein

  7. #7
    Join Date
    Jul 2010
    Location
    Michigan, USA
    Beans
    2,136
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Ubuntu 12.10 Server + RAID5

    I would definitely use mdadm in this case as opposed to the Fakeraid in the HP Microserver. mdadm is not dependent on hardware, is very portable, and easy to setup. Another option, if it's just for home media storage and you don't need the faster performance associated with realtime RAID, SnapRAID is another viable solution.

  8. #8
    Join Date
    Feb 2013
    Beans
    3

    Smile Re: Ubuntu 12.10 Server + RAID5

    Thanks everyone for there responses.

    I used the mdadm tutorial posted by Cheesemill, cheers for that, worked a treat, slowly coming together

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
  •