Results 1 to 8 of 8

Thread: RAID 1 with 3TB HDDs and GTP filesystem

  1. #1
    Join Date
    Jan 2013
    Beans
    3

    RAID 1 with 3TB HDDs and GTP filesystem

    Hello,

    this is my config:

    Ubuntu server 12.10

    2x 3 TB HDDs for data storage
    2x 160GB HDDS for operating system

    The mainboard supports RAID 1 this is why I want to use it's internal raid controller. I've set up the two raid arrays in the BIOS.
    After that I started the ubuntu server installation. During the HDD setup the installer asked if it should recognize the Serial ATA RAID arrays - yes, of course.
    However the partition manager only shows one array (the one with the two 160GBs HDDs as /dev/mapper) and the other two 3TB disks are shown seperately.

    I suppose that there's a problem with the GTP filesystem...

    So how can I set up the RAID 1 for the two 3TB disks?

    Thanks for any help

    Chris

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: RAID 1 with 3TB HDDs and GTP filesystem

    Use software raid instead of the bios fakeraid. If not using proper HW raid card, SW raid is better than the fakeraid.

    I would use the desktop live cd first to prepare the partitions from the live session, but it's not necessary. I just prefer it that way.

    Write new gpt tables on the 3TB disks with parted, you can write msdos table on the small disks or also gpt, as you wish. If using gpt for the OS disks note that you need a small 1MiB partition with NO filesystem and the bios_grub flag set. This is needed on gpt disks so that grub2 can install properly.

    Create the partitions with the sizes you want, and set the raid flag on them in parted.

    During the server OS installation, go into the Configure SW raid menu and set up the md devices from the prepared partitions. They will appear in the main partitions list as separate devices.

    Use these devices to set your /, and other mount points as you wish, and their filesystem.

    That's it. It will work much better and flexible compared to fakeraid. For example you can later grow the array with bigger or more disks without losing the data, while with fakeraid you would have to destroy the array and the data, and create another array.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: RAID 1 with 3TB HDDs and GTP filesystem

    +1 for everything Darko said.

    I would discourage MB RAID use. It is not very flexible and you will likely loose access to anything on those disks when/if a new MB is needed, plus the performance won't be anywhere as good as a real-RAID card provides, so you might as well use the fantastically flexible software RAID built into Linux.

    BTW, I'm using SoftwareRAID on 2x2TB HDDs now and used SoftwareRAID5 for almost 6 yrs prior to that with only loose cables causing problems. I did move between physical machines AND update OSes with the RAID data intact. http://blog.jdpfu.com/2010/02/12/sof...raid-migration it was a non-event. I like non-events when it comes to storage.

  4. #4
    Join Date
    Jan 2013
    Beans
    3

    Re: RAID 1 with 3TB HDDs and GTP filesystem

    Thanks, guys. I'll have a look at software RAID.

  5. #5
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: RAID 1 with 3TB HDDs and GTP filesystem

    It's also possible that your motherboard BIOS needs an upgrade to support 3TB drives and report them properly so that Linux can see them.

    But I agree, unless you have a true RAID controller (with an internal battery for preserving cache writes), you might be better served with softraid. True RAID controllers come with server-class machines and have a separate BIOS from the motherboard--that often needs updating to work with larger drives.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: RAID 1 with 3TB HDDs and GTP filesystem

    I do not know about RAID, but they did away with the alternative installer and RAID did not make the cut with a gui installer.

    https://wiki.ubuntu.com/QuantalQuetz...s/UbuntuServer

    Does not seem clear if server install has RAID or not as it has same notes as Desktop.

    • There are several options for installing using software RAID. You can:
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: RAID 1 with 3TB HDDs and GTP filesystem

    I don't think raid is removed from the server ISO, and since this is the server forum I assume the OP is interested in the server version.

    With the 12.10 desktop live cd you should be able to install SW raid too, only few extra steps would be needed. You would have to boot into the live session first, install the mdadm package, create the md devices in terminal before hand, and then click the Install icon on desktop.

    If I've got it right, since mdadm remains added during that session, it should recognize and show the md devices in the installer where you can use them just the same as standard partitions.

    Not sure if after install you will have to chroot into the installation and add mdadm and maybe update initramfs.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  8. #8
    Join Date
    Jan 2013
    Beans
    3

    Re: RAID 1 with 3TB HDDs and GTP filesystem

    The server installer does support setting up software RAID.
    The system is now running on it and working brilliant. Many thanks, guys!

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
  •