Results 1 to 6 of 6

Thread: Install Ubuntu on existing Intel RST - Fake Raid 0

  1. #1
    Join Date
    May 2014
    Beans
    47

    Install Ubuntu on existing Intel RST - Fake Raid 0

    Hello,

    i am running the live usb but it cannot see the filesystem where i want to install ubuntu. lspci recognizes the RAID controller though:

    Code:
    00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID mode] (rev 31)
    but mdadm cannot recognize the array

    Code:
    ubuntu@ubuntu:~$ sudo mdadm --detail-platform
           Platform : Intel(R) Rapid Storage Technology
            Version : 14.8.0.2377
        RAID Levels : raid0 raid10 raid5
        Chunk Sizes : 4k 8k 16k 32k 64k 128k
        2TB volumes : supported
          2TB disks : supported
          Max Disks : 7
        Max Volumes : 2 per array, 4 per controller
     I/O Controller : /sys/devices/pci0000:00/0000:00:17.0 (SATA)
              Port1 : - non-disk device (MATSHITA BD-CMB UJ172 S) -
              Port0 : /dev/sda (WCC313X5)
    The two 512gb nvme ssds are not listed. I want to run Ubuntu alongside Windows 10 on the fake RAID 0 (I need a big and fast cache). I do not want to downgrade to AHCI. How can i overtake the existing RAID? Should i use mdadm?

    Code:
    ubuntu@ubuntu:~$ sudo mdadm --assemble --scan
    mdadm: No arrays found in config file or automatically
    Last edited by docdoc2; August 27th, 2019 at 08:14 PM.

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

    Re: Install Ubuntu on existing Intel RST - Fake Raid 0

    Is it really RAID or just Intel RST?

    Intel Optane - See Intel response that no performance difference between RAID & AHCI.
    https://communities.intel.com/thread/121155
    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.

  3. #3
    Join Date
    May 2014
    Beans
    47

    Re: Install Ubuntu on existing Intel RST - Fake Raid 0

    It is Intel RST. I didnt know it had no effect on the read/write speeds. In the BIOS it is called RAID and when i disable it, i end up with two nvmes with 512gb each, but for the cache of my program one drive with 1tb would be better, and i read somewhere that Intel RST also works with Linux. Or is is discouraged to use it for dual boot?

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

    Re: Install Ubuntu on existing Intel RST - Fake Raid 0

    I have seen many disable it, but not those with RAID 0 unless they totally backup system and restore to just one drive. Half of data is on one drive and half on other.
    Often used for hard drives to speed things up, but only for systems that had daily backup or pulled all data from server. Not really recommended for standard desktops.

    Do not know RAID, and if this applies or not:
    How to install Ubuntu 64-bit with a dual-boot RAID 1 partition on an UEFI/GPT system?
    http://askubuntu.com/questions/66002...ion-on-an-uefi
    Do not use gparted on RAID.
    http://www.howtoforge.com/how-to-res...-software-raid
    Don't bother with RAID 0 unless you have a specific need for speed without data redundancy, since if one drive goes out, you lose the whole array.
    http://en.wikipedia.org/wiki/RAID
    http://www.smallnetbuilder.com/nas/n...-is-not-backup
    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.

  5. #5
    Join Date
    May 2014
    Beans
    47

    Re: Install Ubuntu on existing Intel RST - Fake Raid 0

    I know about the dangers, but i want to do it nevertheless. Anyone an idea how ubuntu can initialiaze the existing RAID 0? i read that mdadm is better than dmraid, is that right? But as stated above, mdadm cannot see it.

  6. #6
    Join Date
    May 2014
    Beans
    47

    Re: Install Ubuntu on existing Intel RST - Fake Raid 0

    Has anyone an idea? Accordign to the Intel manual it should work with Linux https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/rst-linux-paper.pdf

    and appaerently the two nvme drives are being recognized:

    Code:
    ubuntu@ubuntu:~$ dmesg | grep -i nvm
    [   15.279502] ahci 0000:00:17.0: Found 2 remapped NVMe devices.




    Last edited by docdoc2; September 23rd, 2019 at 11:31 AM.

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
  •