View previous topic :: View next topic |
Author |
Message |
davidshen84 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 09 Aug 2008 Posts: 321
|
Posted: Thu Dec 08, 2016 12:59 pm Post subject: Gentoo on Dell XPS 13 with RAID on? |
|
|
Hi,
I have a Dell XPS 13, 9350. I have read many post and have successfully install Gentoo on my laptop. However, I am not satisfied that I have to set the SATA to RAID OFF.
Why is it that I Linux can only recognize the STAT in AHCI mode? Is it lack of driver?
Thanks,
David _________________ David Shen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54834 Location: 56N 3W
|
Posted: Thu Dec 08, 2016 2:18 pm Post subject: |
|
|
davidshen84,
That raid can be made to work in Linux but its a really bad idea. Its unkindly called fakeraid but that's just what it is.
The RAID functionality is provided as software in the BIOS.
The only reason to use fakeraid in Linux is to allow Linux and Windows to share the same raid set.
For Linux only, use mdadm raid. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
davidshen84 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 09 Aug 2008 Posts: 321
|
Posted: Fri Dec 09, 2016 1:23 pm Post subject: |
|
|
NeddySeagoon wrote: | davidshen84,
That raid can be made to work in Linux but its a really bad idea. Its unkindly called fakeraid but that's just what it is.
The RAID functionality is provided as software in the BIOS.
The only reason to use fakeraid in Linux is to allow Linux and Windows to share the same raid set.
For Linux only, use mdadm raid. |
Thanks a lot! ![Smile :)](images/smiles/icon_smile.gif) _________________ David Shen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Bloop_y2k n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Dec 2016 Posts: 2
|
Posted: Tue Dec 13, 2016 11:42 am Post subject: |
|
|
Hi there,
can you please provide details on how this raid can be made to work?
I am running with "Raid on" with a single ssd (as non-raid member). I cannot get my kernel to detect the ssd in raid mode.
Cheers |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54834 Location: 56N 3W
|
Posted: Tue Dec 13, 2016 12:37 pm Post subject: |
|
|
Bloop_y2k,
Welcome to Gentoo.
It doesn't make sense to operate with raid on and only one drive.
That gets you a degraded raid set, or a totally broken raid set, depending if you set it up as raid1 or raid0.
There are two ways to make it work, which one you need depends on the way you set the raid up.
You may need dmraid. As that involves an out of kernel module, you must include that in your initrd.
You may need mdadm. That needs in kernel support and mdadm in your initrd.
Why do you think you need raid with only one drive? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|