PDA

View Full Version : [ubuntu] Dual-boot Ubuntu 18.04 and Windows 10 on RAID 0



ishraqiyun77
February 11th, 2019, 04:29 PM
Have a 2TB SSD RAID 0 configuration. About 75% of the disc space is taken up with sample libraries, so there are files on both SSD. Wanting to use about 80GB of the free space for Ubuntu 18.04.

I start the bootable USB, but it isn't seeing any discs:

https://i.stack.imgur.com/zWVya.png (https://i.stack.imgur.com/zWVya.png)

Some causes that have come up in my searches: hibernation mode being enabled on the Windows partition and not freeing up the space. Hibernation mode is disabled in Windows 10 and there is 80GB of unallocated space.

The other issue, and probably the real cause, is that Ubuntu 18.04 doesn't see RAID 0 during the install process. The "fix" seems to be to switch RAID to AHCI in the BIOS. This breaks the RAID so not sure how that will affect my files given they are distributed across both drives.

Plenty of posts out there about fixing the Windows install since it will fail after changing to RAID 0, so not concerned about that so much. Just not keen having the same type of files distributed across two volumes even if they are already across two physical drives... maybe just OCD. Also, worried about corruption of files, for example, if it splits a library between C:\ and D:\ after switching to AHCI and fixing Windows.

How do you get Ubuntu to recognize a RAID 0 during install?

oldfred
February 11th, 2019, 04:54 PM
Can you add mdadm driver and mount drives? If so I would expect server installer to work.
https://ubuntuforums.org/showthread.php?t=833653&highlight=dynamic+disk

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/nas-features/31745-data-recovery-tales-raid-is-not-backup

See also on this other site.
https://askubuntu.com/questions/1117283/dual-boot-ubuntu-18-04-and-windows-10-on-raid-0