Dual booting with Fake Raid 0 (intel rst)
up vote
0
down vote
favorite
I have working windows 10 on this fake raid 0. Windows shows raid as a Intel Raid 0 Volume
I want to install ubunt (tried other flavours of linux but no luck too) and ubunt doesn't see my fake raid.
I've installed mdadm and run mdadm --assemble --scan
and i get error: no arrays found in config file or automatically
.
Also lsblk
gives me only my pendrive for live linux.
lspci -k
shows that the ahci driver is working but nothing is detected in pcies slots
My problem is similar to this
but i'm runing intel :(
My spec:
cpu: i7 6700k | ram: 2x8gb | disks: 2x samsung 970 evo m.2 | mobo: asrock z270 k4
I trying to install linux for 2 days and i realy need help please help me ;)
dual-boot raid mdadm
add a comment |
up vote
0
down vote
favorite
I have working windows 10 on this fake raid 0. Windows shows raid as a Intel Raid 0 Volume
I want to install ubunt (tried other flavours of linux but no luck too) and ubunt doesn't see my fake raid.
I've installed mdadm and run mdadm --assemble --scan
and i get error: no arrays found in config file or automatically
.
Also lsblk
gives me only my pendrive for live linux.
lspci -k
shows that the ahci driver is working but nothing is detected in pcies slots
My problem is similar to this
but i'm runing intel :(
My spec:
cpu: i7 6700k | ram: 2x8gb | disks: 2x samsung 970 evo m.2 | mobo: asrock z270 k4
I trying to install linux for 2 days and i realy need help please help me ;)
dual-boot raid mdadm
RAID 0 not really recommended. It was used with HDD for increased speed as alternating tracks were on different drives. But only for gamers or users compiling software where system was backed up daily or had no data. If one drive fails system neither drive works. You can only break your RAID by reinstalling Windows to one drive. See RAID 0: en.wikipedia.org/wiki/RAID If you really want RAID 0, install Ubuntu onto another drive.
– oldfred
Nov 26 at 21:16
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have working windows 10 on this fake raid 0. Windows shows raid as a Intel Raid 0 Volume
I want to install ubunt (tried other flavours of linux but no luck too) and ubunt doesn't see my fake raid.
I've installed mdadm and run mdadm --assemble --scan
and i get error: no arrays found in config file or automatically
.
Also lsblk
gives me only my pendrive for live linux.
lspci -k
shows that the ahci driver is working but nothing is detected in pcies slots
My problem is similar to this
but i'm runing intel :(
My spec:
cpu: i7 6700k | ram: 2x8gb | disks: 2x samsung 970 evo m.2 | mobo: asrock z270 k4
I trying to install linux for 2 days and i realy need help please help me ;)
dual-boot raid mdadm
I have working windows 10 on this fake raid 0. Windows shows raid as a Intel Raid 0 Volume
I want to install ubunt (tried other flavours of linux but no luck too) and ubunt doesn't see my fake raid.
I've installed mdadm and run mdadm --assemble --scan
and i get error: no arrays found in config file or automatically
.
Also lsblk
gives me only my pendrive for live linux.
lspci -k
shows that the ahci driver is working but nothing is detected in pcies slots
My problem is similar to this
but i'm runing intel :(
My spec:
cpu: i7 6700k | ram: 2x8gb | disks: 2x samsung 970 evo m.2 | mobo: asrock z270 k4
I trying to install linux for 2 days and i realy need help please help me ;)
dual-boot raid mdadm
dual-boot raid mdadm
asked Nov 26 at 18:30
Aloess
12
12
RAID 0 not really recommended. It was used with HDD for increased speed as alternating tracks were on different drives. But only for gamers or users compiling software where system was backed up daily or had no data. If one drive fails system neither drive works. You can only break your RAID by reinstalling Windows to one drive. See RAID 0: en.wikipedia.org/wiki/RAID If you really want RAID 0, install Ubuntu onto another drive.
– oldfred
Nov 26 at 21:16
add a comment |
RAID 0 not really recommended. It was used with HDD for increased speed as alternating tracks were on different drives. But only for gamers or users compiling software where system was backed up daily or had no data. If one drive fails system neither drive works. You can only break your RAID by reinstalling Windows to one drive. See RAID 0: en.wikipedia.org/wiki/RAID If you really want RAID 0, install Ubuntu onto another drive.
– oldfred
Nov 26 at 21:16
RAID 0 not really recommended. It was used with HDD for increased speed as alternating tracks were on different drives. But only for gamers or users compiling software where system was backed up daily or had no data. If one drive fails system neither drive works. You can only break your RAID by reinstalling Windows to one drive. See RAID 0: en.wikipedia.org/wiki/RAID If you really want RAID 0, install Ubuntu onto another drive.
– oldfred
Nov 26 at 21:16
RAID 0 not really recommended. It was used with HDD for increased speed as alternating tracks were on different drives. But only for gamers or users compiling software where system was backed up daily or had no data. If one drive fails system neither drive works. You can only break your RAID by reinstalling Windows to one drive. See RAID 0: en.wikipedia.org/wiki/RAID If you really want RAID 0, install Ubuntu onto another drive.
– oldfred
Nov 26 at 21:16
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
Of course, you've figured out that Linux/Ubuntu does't like the RAID.
The common way to fix this is to change RAID to AHCI in the BIOS... but then it looks like you've got a real RAID using 2xSamsung... so you may have to split the RAID to do this... depends on your actual hardware configuration.
See my procedure below, and see if any of it can be applied to your configuration.
You don't need to reinstall Windows...
Some folks have found the 2nd choice that I provide easier to do...
Make sure to have a backup of your important Windows files!
You've got a single/multiple SSD set up in RAID mode, and the Ubuntu installer won't recognize your SSD until you switch your disk setting in the BIOS from RAID to AHCI.
Making that switch comes with some problems though, as Windows will no longer boot.
Choice #1: Looking at this article https://samnicholls.net/2016/01/14/how-to-switch-sata-raid-to-ahci-windows-10-xps-13/ will show you how to make the change without having to reinstall Windows.
- Boot to Windows with your current SATA controller configuration
- Open Device Manager
- Expand Storage Controllers and identify the Intel SATA RAID Controller
- View properties of the identified controller
- On the Driver tab, click the Update driver… button
- Browse my computer…, Let me pick…
- Uncheck Show compatible hardware
- Select Microsoft as manufacturer
- Select Microsoft Storage Spaces Controller as model3
- Accept that Windows cannot confirm that this driver is compatible
- Save changes, reboot to BIOS and change RAID SATA Controller to AHCI
- Save changes and reboot normally, hopefully to Windows
Now you should be able to install Ubuntu in a dual-boot configuration.
Choice #2: See http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/
- Right-click the Windows Start Menu. Choose Command Prompt (Admin).
- If you don’t see Command Prompt listed, it’s because you have already been updated to a later version of Windows. If so, use this method instead to get to the Command Prompt:
- Click the Start Button and type cmd
- Right-click the result and select Run as administrator
- Type this command and press ENTER: bcdedit /set {current} safeboot minimal
- If this command does not work for you, try bcdedit /set safeboot minimal
- Restart the computer and enter BIOS Setup (the key to press varies between systems).
- Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
- Save changes and exit Setup and Windows will automatically boot to Safe Mode.
- Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
- Type this command and press ENTER: bcdedit /deletevalue {current} safeboot
- If you had to try the alternate command above, you will likely need to do so here also: bcdedit /deletevalue safeboot
- Reboot once more and Windows will automatically start with AHCI drivers enabled.
I already tried this but changing mode in bios from raid to ahci t is splitting disks for real, windows with changed mode is not booting and ubunt sees two drives with damaged data (from there i know it's spliting disk, also in bios raid disappers)
– Aloess
Nov 26 at 19:25
@Aloess You may need to split the RAID first, then change to AHCI. You may have to backup/restore the RAID to a single AHCI SSD. How do you feel about Windows on one Samsung, and Ubuntu on the other?
– heynnema
Nov 26 at 19:28
i'm not realy happy about that becouse i bought this drives special for raid 0. On facebook someone told me to try to split both drives to 2 partitions and try raid 0 in both systems is it worth it?
– Aloess
Nov 26 at 19:33
I think that you'll have the same problem. I'm no expert here, so we'll need to let someone else jump in with better advice.
– heynnema
Nov 26 at 19:35
any ways thanks for help :) i think i will give up and try this suggested option if it will not work i will split the drives for windows and linux :C
– Aloess
Nov 26 at 19:39
|
show 2 more comments
up vote
0
down vote
I'm wondering if spliting this disks and formating they to ext4 seperatly, making raid again and installing ubuntu first will help?
And yeah at this point i'm very desperated to get this working, event if i'll have to install win on fresh.
This is really a comment, not an answer. Anyway, I think that you'll have to backup Windows (or fresh reinstall it later), split the RAID, change the BIOS setting, init one drive as NTFS and restore/reinstall Windows, and then init the 2nd drive as EXT4 and install Ubuntu there.
– heynnema
Nov 28 at 14:44
yeah since i'm experiencing a wired lost in performance on this drives (since ther're about half full, what shouldn't happend before 85% full) i'm going to spilt the drives in next weekend perfomance: drive.google.com/file/d/1b9PIKscebkWDq0akcw-5gweZsH_eEFY7/… btw. do you know what could cause that low speed on fresh windwos seq was above 6k MB/s on both write and read
– Aloess
Nov 29 at 15:40
You may have a problem with too much Windows stuff, 'cause after you split the RAID, you'll have half the space available. The slowness could be do to fragmentation, although with only 50% used, I wouldn't think so... it all depends on how the data files were created. You may also with to check if there's a firmware update for the Samsung SSD's. Also, I might create a separate NTFS partition that can share data between Windows and Ubuntu.
– heynnema
Nov 29 at 16:14
firmware is definitly outdated like my bios but form producent site is only mention ram compability upgrade what i don't have any problem so i don't want to risk for only higer number in bios, i can't upgrade ssd firmware when i have raid :C
– Aloess
Nov 29 at 16:28
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Of course, you've figured out that Linux/Ubuntu does't like the RAID.
The common way to fix this is to change RAID to AHCI in the BIOS... but then it looks like you've got a real RAID using 2xSamsung... so you may have to split the RAID to do this... depends on your actual hardware configuration.
See my procedure below, and see if any of it can be applied to your configuration.
You don't need to reinstall Windows...
Some folks have found the 2nd choice that I provide easier to do...
Make sure to have a backup of your important Windows files!
You've got a single/multiple SSD set up in RAID mode, and the Ubuntu installer won't recognize your SSD until you switch your disk setting in the BIOS from RAID to AHCI.
Making that switch comes with some problems though, as Windows will no longer boot.
Choice #1: Looking at this article https://samnicholls.net/2016/01/14/how-to-switch-sata-raid-to-ahci-windows-10-xps-13/ will show you how to make the change without having to reinstall Windows.
- Boot to Windows with your current SATA controller configuration
- Open Device Manager
- Expand Storage Controllers and identify the Intel SATA RAID Controller
- View properties of the identified controller
- On the Driver tab, click the Update driver… button
- Browse my computer…, Let me pick…
- Uncheck Show compatible hardware
- Select Microsoft as manufacturer
- Select Microsoft Storage Spaces Controller as model3
- Accept that Windows cannot confirm that this driver is compatible
- Save changes, reboot to BIOS and change RAID SATA Controller to AHCI
- Save changes and reboot normally, hopefully to Windows
Now you should be able to install Ubuntu in a dual-boot configuration.
Choice #2: See http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/
- Right-click the Windows Start Menu. Choose Command Prompt (Admin).
- If you don’t see Command Prompt listed, it’s because you have already been updated to a later version of Windows. If so, use this method instead to get to the Command Prompt:
- Click the Start Button and type cmd
- Right-click the result and select Run as administrator
- Type this command and press ENTER: bcdedit /set {current} safeboot minimal
- If this command does not work for you, try bcdedit /set safeboot minimal
- Restart the computer and enter BIOS Setup (the key to press varies between systems).
- Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
- Save changes and exit Setup and Windows will automatically boot to Safe Mode.
- Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
- Type this command and press ENTER: bcdedit /deletevalue {current} safeboot
- If you had to try the alternate command above, you will likely need to do so here also: bcdedit /deletevalue safeboot
- Reboot once more and Windows will automatically start with AHCI drivers enabled.
I already tried this but changing mode in bios from raid to ahci t is splitting disks for real, windows with changed mode is not booting and ubunt sees two drives with damaged data (from there i know it's spliting disk, also in bios raid disappers)
– Aloess
Nov 26 at 19:25
@Aloess You may need to split the RAID first, then change to AHCI. You may have to backup/restore the RAID to a single AHCI SSD. How do you feel about Windows on one Samsung, and Ubuntu on the other?
– heynnema
Nov 26 at 19:28
i'm not realy happy about that becouse i bought this drives special for raid 0. On facebook someone told me to try to split both drives to 2 partitions and try raid 0 in both systems is it worth it?
– Aloess
Nov 26 at 19:33
I think that you'll have the same problem. I'm no expert here, so we'll need to let someone else jump in with better advice.
– heynnema
Nov 26 at 19:35
any ways thanks for help :) i think i will give up and try this suggested option if it will not work i will split the drives for windows and linux :C
– Aloess
Nov 26 at 19:39
|
show 2 more comments
up vote
0
down vote
Of course, you've figured out that Linux/Ubuntu does't like the RAID.
The common way to fix this is to change RAID to AHCI in the BIOS... but then it looks like you've got a real RAID using 2xSamsung... so you may have to split the RAID to do this... depends on your actual hardware configuration.
See my procedure below, and see if any of it can be applied to your configuration.
You don't need to reinstall Windows...
Some folks have found the 2nd choice that I provide easier to do...
Make sure to have a backup of your important Windows files!
You've got a single/multiple SSD set up in RAID mode, and the Ubuntu installer won't recognize your SSD until you switch your disk setting in the BIOS from RAID to AHCI.
Making that switch comes with some problems though, as Windows will no longer boot.
Choice #1: Looking at this article https://samnicholls.net/2016/01/14/how-to-switch-sata-raid-to-ahci-windows-10-xps-13/ will show you how to make the change without having to reinstall Windows.
- Boot to Windows with your current SATA controller configuration
- Open Device Manager
- Expand Storage Controllers and identify the Intel SATA RAID Controller
- View properties of the identified controller
- On the Driver tab, click the Update driver… button
- Browse my computer…, Let me pick…
- Uncheck Show compatible hardware
- Select Microsoft as manufacturer
- Select Microsoft Storage Spaces Controller as model3
- Accept that Windows cannot confirm that this driver is compatible
- Save changes, reboot to BIOS and change RAID SATA Controller to AHCI
- Save changes and reboot normally, hopefully to Windows
Now you should be able to install Ubuntu in a dual-boot configuration.
Choice #2: See http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/
- Right-click the Windows Start Menu. Choose Command Prompt (Admin).
- If you don’t see Command Prompt listed, it’s because you have already been updated to a later version of Windows. If so, use this method instead to get to the Command Prompt:
- Click the Start Button and type cmd
- Right-click the result and select Run as administrator
- Type this command and press ENTER: bcdedit /set {current} safeboot minimal
- If this command does not work for you, try bcdedit /set safeboot minimal
- Restart the computer and enter BIOS Setup (the key to press varies between systems).
- Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
- Save changes and exit Setup and Windows will automatically boot to Safe Mode.
- Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
- Type this command and press ENTER: bcdedit /deletevalue {current} safeboot
- If you had to try the alternate command above, you will likely need to do so here also: bcdedit /deletevalue safeboot
- Reboot once more and Windows will automatically start with AHCI drivers enabled.
I already tried this but changing mode in bios from raid to ahci t is splitting disks for real, windows with changed mode is not booting and ubunt sees two drives with damaged data (from there i know it's spliting disk, also in bios raid disappers)
– Aloess
Nov 26 at 19:25
@Aloess You may need to split the RAID first, then change to AHCI. You may have to backup/restore the RAID to a single AHCI SSD. How do you feel about Windows on one Samsung, and Ubuntu on the other?
– heynnema
Nov 26 at 19:28
i'm not realy happy about that becouse i bought this drives special for raid 0. On facebook someone told me to try to split both drives to 2 partitions and try raid 0 in both systems is it worth it?
– Aloess
Nov 26 at 19:33
I think that you'll have the same problem. I'm no expert here, so we'll need to let someone else jump in with better advice.
– heynnema
Nov 26 at 19:35
any ways thanks for help :) i think i will give up and try this suggested option if it will not work i will split the drives for windows and linux :C
– Aloess
Nov 26 at 19:39
|
show 2 more comments
up vote
0
down vote
up vote
0
down vote
Of course, you've figured out that Linux/Ubuntu does't like the RAID.
The common way to fix this is to change RAID to AHCI in the BIOS... but then it looks like you've got a real RAID using 2xSamsung... so you may have to split the RAID to do this... depends on your actual hardware configuration.
See my procedure below, and see if any of it can be applied to your configuration.
You don't need to reinstall Windows...
Some folks have found the 2nd choice that I provide easier to do...
Make sure to have a backup of your important Windows files!
You've got a single/multiple SSD set up in RAID mode, and the Ubuntu installer won't recognize your SSD until you switch your disk setting in the BIOS from RAID to AHCI.
Making that switch comes with some problems though, as Windows will no longer boot.
Choice #1: Looking at this article https://samnicholls.net/2016/01/14/how-to-switch-sata-raid-to-ahci-windows-10-xps-13/ will show you how to make the change without having to reinstall Windows.
- Boot to Windows with your current SATA controller configuration
- Open Device Manager
- Expand Storage Controllers and identify the Intel SATA RAID Controller
- View properties of the identified controller
- On the Driver tab, click the Update driver… button
- Browse my computer…, Let me pick…
- Uncheck Show compatible hardware
- Select Microsoft as manufacturer
- Select Microsoft Storage Spaces Controller as model3
- Accept that Windows cannot confirm that this driver is compatible
- Save changes, reboot to BIOS and change RAID SATA Controller to AHCI
- Save changes and reboot normally, hopefully to Windows
Now you should be able to install Ubuntu in a dual-boot configuration.
Choice #2: See http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/
- Right-click the Windows Start Menu. Choose Command Prompt (Admin).
- If you don’t see Command Prompt listed, it’s because you have already been updated to a later version of Windows. If so, use this method instead to get to the Command Prompt:
- Click the Start Button and type cmd
- Right-click the result and select Run as administrator
- Type this command and press ENTER: bcdedit /set {current} safeboot minimal
- If this command does not work for you, try bcdedit /set safeboot minimal
- Restart the computer and enter BIOS Setup (the key to press varies between systems).
- Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
- Save changes and exit Setup and Windows will automatically boot to Safe Mode.
- Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
- Type this command and press ENTER: bcdedit /deletevalue {current} safeboot
- If you had to try the alternate command above, you will likely need to do so here also: bcdedit /deletevalue safeboot
- Reboot once more and Windows will automatically start with AHCI drivers enabled.
Of course, you've figured out that Linux/Ubuntu does't like the RAID.
The common way to fix this is to change RAID to AHCI in the BIOS... but then it looks like you've got a real RAID using 2xSamsung... so you may have to split the RAID to do this... depends on your actual hardware configuration.
See my procedure below, and see if any of it can be applied to your configuration.
You don't need to reinstall Windows...
Some folks have found the 2nd choice that I provide easier to do...
Make sure to have a backup of your important Windows files!
You've got a single/multiple SSD set up in RAID mode, and the Ubuntu installer won't recognize your SSD until you switch your disk setting in the BIOS from RAID to AHCI.
Making that switch comes with some problems though, as Windows will no longer boot.
Choice #1: Looking at this article https://samnicholls.net/2016/01/14/how-to-switch-sata-raid-to-ahci-windows-10-xps-13/ will show you how to make the change without having to reinstall Windows.
- Boot to Windows with your current SATA controller configuration
- Open Device Manager
- Expand Storage Controllers and identify the Intel SATA RAID Controller
- View properties of the identified controller
- On the Driver tab, click the Update driver… button
- Browse my computer…, Let me pick…
- Uncheck Show compatible hardware
- Select Microsoft as manufacturer
- Select Microsoft Storage Spaces Controller as model3
- Accept that Windows cannot confirm that this driver is compatible
- Save changes, reboot to BIOS and change RAID SATA Controller to AHCI
- Save changes and reboot normally, hopefully to Windows
Now you should be able to install Ubuntu in a dual-boot configuration.
Choice #2: See http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/
- Right-click the Windows Start Menu. Choose Command Prompt (Admin).
- If you don’t see Command Prompt listed, it’s because you have already been updated to a later version of Windows. If so, use this method instead to get to the Command Prompt:
- Click the Start Button and type cmd
- Right-click the result and select Run as administrator
- Type this command and press ENTER: bcdedit /set {current} safeboot minimal
- If this command does not work for you, try bcdedit /set safeboot minimal
- Restart the computer and enter BIOS Setup (the key to press varies between systems).
- Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
- Save changes and exit Setup and Windows will automatically boot to Safe Mode.
- Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
- Type this command and press ENTER: bcdedit /deletevalue {current} safeboot
- If you had to try the alternate command above, you will likely need to do so here also: bcdedit /deletevalue safeboot
- Reboot once more and Windows will automatically start with AHCI drivers enabled.
answered Nov 26 at 19:08
heynnema
17.5k22053
17.5k22053
I already tried this but changing mode in bios from raid to ahci t is splitting disks for real, windows with changed mode is not booting and ubunt sees two drives with damaged data (from there i know it's spliting disk, also in bios raid disappers)
– Aloess
Nov 26 at 19:25
@Aloess You may need to split the RAID first, then change to AHCI. You may have to backup/restore the RAID to a single AHCI SSD. How do you feel about Windows on one Samsung, and Ubuntu on the other?
– heynnema
Nov 26 at 19:28
i'm not realy happy about that becouse i bought this drives special for raid 0. On facebook someone told me to try to split both drives to 2 partitions and try raid 0 in both systems is it worth it?
– Aloess
Nov 26 at 19:33
I think that you'll have the same problem. I'm no expert here, so we'll need to let someone else jump in with better advice.
– heynnema
Nov 26 at 19:35
any ways thanks for help :) i think i will give up and try this suggested option if it will not work i will split the drives for windows and linux :C
– Aloess
Nov 26 at 19:39
|
show 2 more comments
I already tried this but changing mode in bios from raid to ahci t is splitting disks for real, windows with changed mode is not booting and ubunt sees two drives with damaged data (from there i know it's spliting disk, also in bios raid disappers)
– Aloess
Nov 26 at 19:25
@Aloess You may need to split the RAID first, then change to AHCI. You may have to backup/restore the RAID to a single AHCI SSD. How do you feel about Windows on one Samsung, and Ubuntu on the other?
– heynnema
Nov 26 at 19:28
i'm not realy happy about that becouse i bought this drives special for raid 0. On facebook someone told me to try to split both drives to 2 partitions and try raid 0 in both systems is it worth it?
– Aloess
Nov 26 at 19:33
I think that you'll have the same problem. I'm no expert here, so we'll need to let someone else jump in with better advice.
– heynnema
Nov 26 at 19:35
any ways thanks for help :) i think i will give up and try this suggested option if it will not work i will split the drives for windows and linux :C
– Aloess
Nov 26 at 19:39
I already tried this but changing mode in bios from raid to ahci t is splitting disks for real, windows with changed mode is not booting and ubunt sees two drives with damaged data (from there i know it's spliting disk, also in bios raid disappers)
– Aloess
Nov 26 at 19:25
I already tried this but changing mode in bios from raid to ahci t is splitting disks for real, windows with changed mode is not booting and ubunt sees two drives with damaged data (from there i know it's spliting disk, also in bios raid disappers)
– Aloess
Nov 26 at 19:25
@Aloess You may need to split the RAID first, then change to AHCI. You may have to backup/restore the RAID to a single AHCI SSD. How do you feel about Windows on one Samsung, and Ubuntu on the other?
– heynnema
Nov 26 at 19:28
@Aloess You may need to split the RAID first, then change to AHCI. You may have to backup/restore the RAID to a single AHCI SSD. How do you feel about Windows on one Samsung, and Ubuntu on the other?
– heynnema
Nov 26 at 19:28
i'm not realy happy about that becouse i bought this drives special for raid 0. On facebook someone told me to try to split both drives to 2 partitions and try raid 0 in both systems is it worth it?
– Aloess
Nov 26 at 19:33
i'm not realy happy about that becouse i bought this drives special for raid 0. On facebook someone told me to try to split both drives to 2 partitions and try raid 0 in both systems is it worth it?
– Aloess
Nov 26 at 19:33
I think that you'll have the same problem. I'm no expert here, so we'll need to let someone else jump in with better advice.
– heynnema
Nov 26 at 19:35
I think that you'll have the same problem. I'm no expert here, so we'll need to let someone else jump in with better advice.
– heynnema
Nov 26 at 19:35
any ways thanks for help :) i think i will give up and try this suggested option if it will not work i will split the drives for windows and linux :C
– Aloess
Nov 26 at 19:39
any ways thanks for help :) i think i will give up and try this suggested option if it will not work i will split the drives for windows and linux :C
– Aloess
Nov 26 at 19:39
|
show 2 more comments
up vote
0
down vote
I'm wondering if spliting this disks and formating they to ext4 seperatly, making raid again and installing ubuntu first will help?
And yeah at this point i'm very desperated to get this working, event if i'll have to install win on fresh.
This is really a comment, not an answer. Anyway, I think that you'll have to backup Windows (or fresh reinstall it later), split the RAID, change the BIOS setting, init one drive as NTFS and restore/reinstall Windows, and then init the 2nd drive as EXT4 and install Ubuntu there.
– heynnema
Nov 28 at 14:44
yeah since i'm experiencing a wired lost in performance on this drives (since ther're about half full, what shouldn't happend before 85% full) i'm going to spilt the drives in next weekend perfomance: drive.google.com/file/d/1b9PIKscebkWDq0akcw-5gweZsH_eEFY7/… btw. do you know what could cause that low speed on fresh windwos seq was above 6k MB/s on both write and read
– Aloess
Nov 29 at 15:40
You may have a problem with too much Windows stuff, 'cause after you split the RAID, you'll have half the space available. The slowness could be do to fragmentation, although with only 50% used, I wouldn't think so... it all depends on how the data files were created. You may also with to check if there's a firmware update for the Samsung SSD's. Also, I might create a separate NTFS partition that can share data between Windows and Ubuntu.
– heynnema
Nov 29 at 16:14
firmware is definitly outdated like my bios but form producent site is only mention ram compability upgrade what i don't have any problem so i don't want to risk for only higer number in bios, i can't upgrade ssd firmware when i have raid :C
– Aloess
Nov 29 at 16:28
add a comment |
up vote
0
down vote
I'm wondering if spliting this disks and formating they to ext4 seperatly, making raid again and installing ubuntu first will help?
And yeah at this point i'm very desperated to get this working, event if i'll have to install win on fresh.
This is really a comment, not an answer. Anyway, I think that you'll have to backup Windows (or fresh reinstall it later), split the RAID, change the BIOS setting, init one drive as NTFS and restore/reinstall Windows, and then init the 2nd drive as EXT4 and install Ubuntu there.
– heynnema
Nov 28 at 14:44
yeah since i'm experiencing a wired lost in performance on this drives (since ther're about half full, what shouldn't happend before 85% full) i'm going to spilt the drives in next weekend perfomance: drive.google.com/file/d/1b9PIKscebkWDq0akcw-5gweZsH_eEFY7/… btw. do you know what could cause that low speed on fresh windwos seq was above 6k MB/s on both write and read
– Aloess
Nov 29 at 15:40
You may have a problem with too much Windows stuff, 'cause after you split the RAID, you'll have half the space available. The slowness could be do to fragmentation, although with only 50% used, I wouldn't think so... it all depends on how the data files were created. You may also with to check if there's a firmware update for the Samsung SSD's. Also, I might create a separate NTFS partition that can share data between Windows and Ubuntu.
– heynnema
Nov 29 at 16:14
firmware is definitly outdated like my bios but form producent site is only mention ram compability upgrade what i don't have any problem so i don't want to risk for only higer number in bios, i can't upgrade ssd firmware when i have raid :C
– Aloess
Nov 29 at 16:28
add a comment |
up vote
0
down vote
up vote
0
down vote
I'm wondering if spliting this disks and formating they to ext4 seperatly, making raid again and installing ubuntu first will help?
And yeah at this point i'm very desperated to get this working, event if i'll have to install win on fresh.
I'm wondering if spliting this disks and formating they to ext4 seperatly, making raid again and installing ubuntu first will help?
And yeah at this point i'm very desperated to get this working, event if i'll have to install win on fresh.
answered Nov 26 at 21:19
Aloess
12
12
This is really a comment, not an answer. Anyway, I think that you'll have to backup Windows (or fresh reinstall it later), split the RAID, change the BIOS setting, init one drive as NTFS and restore/reinstall Windows, and then init the 2nd drive as EXT4 and install Ubuntu there.
– heynnema
Nov 28 at 14:44
yeah since i'm experiencing a wired lost in performance on this drives (since ther're about half full, what shouldn't happend before 85% full) i'm going to spilt the drives in next weekend perfomance: drive.google.com/file/d/1b9PIKscebkWDq0akcw-5gweZsH_eEFY7/… btw. do you know what could cause that low speed on fresh windwos seq was above 6k MB/s on both write and read
– Aloess
Nov 29 at 15:40
You may have a problem with too much Windows stuff, 'cause after you split the RAID, you'll have half the space available. The slowness could be do to fragmentation, although with only 50% used, I wouldn't think so... it all depends on how the data files were created. You may also with to check if there's a firmware update for the Samsung SSD's. Also, I might create a separate NTFS partition that can share data between Windows and Ubuntu.
– heynnema
Nov 29 at 16:14
firmware is definitly outdated like my bios but form producent site is only mention ram compability upgrade what i don't have any problem so i don't want to risk for only higer number in bios, i can't upgrade ssd firmware when i have raid :C
– Aloess
Nov 29 at 16:28
add a comment |
This is really a comment, not an answer. Anyway, I think that you'll have to backup Windows (or fresh reinstall it later), split the RAID, change the BIOS setting, init one drive as NTFS and restore/reinstall Windows, and then init the 2nd drive as EXT4 and install Ubuntu there.
– heynnema
Nov 28 at 14:44
yeah since i'm experiencing a wired lost in performance on this drives (since ther're about half full, what shouldn't happend before 85% full) i'm going to spilt the drives in next weekend perfomance: drive.google.com/file/d/1b9PIKscebkWDq0akcw-5gweZsH_eEFY7/… btw. do you know what could cause that low speed on fresh windwos seq was above 6k MB/s on both write and read
– Aloess
Nov 29 at 15:40
You may have a problem with too much Windows stuff, 'cause after you split the RAID, you'll have half the space available. The slowness could be do to fragmentation, although with only 50% used, I wouldn't think so... it all depends on how the data files were created. You may also with to check if there's a firmware update for the Samsung SSD's. Also, I might create a separate NTFS partition that can share data between Windows and Ubuntu.
– heynnema
Nov 29 at 16:14
firmware is definitly outdated like my bios but form producent site is only mention ram compability upgrade what i don't have any problem so i don't want to risk for only higer number in bios, i can't upgrade ssd firmware when i have raid :C
– Aloess
Nov 29 at 16:28
This is really a comment, not an answer. Anyway, I think that you'll have to backup Windows (or fresh reinstall it later), split the RAID, change the BIOS setting, init one drive as NTFS and restore/reinstall Windows, and then init the 2nd drive as EXT4 and install Ubuntu there.
– heynnema
Nov 28 at 14:44
This is really a comment, not an answer. Anyway, I think that you'll have to backup Windows (or fresh reinstall it later), split the RAID, change the BIOS setting, init one drive as NTFS and restore/reinstall Windows, and then init the 2nd drive as EXT4 and install Ubuntu there.
– heynnema
Nov 28 at 14:44
yeah since i'm experiencing a wired lost in performance on this drives (since ther're about half full, what shouldn't happend before 85% full) i'm going to spilt the drives in next weekend perfomance: drive.google.com/file/d/1b9PIKscebkWDq0akcw-5gweZsH_eEFY7/… btw. do you know what could cause that low speed on fresh windwos seq was above 6k MB/s on both write and read
– Aloess
Nov 29 at 15:40
yeah since i'm experiencing a wired lost in performance on this drives (since ther're about half full, what shouldn't happend before 85% full) i'm going to spilt the drives in next weekend perfomance: drive.google.com/file/d/1b9PIKscebkWDq0akcw-5gweZsH_eEFY7/… btw. do you know what could cause that low speed on fresh windwos seq was above 6k MB/s on both write and read
– Aloess
Nov 29 at 15:40
You may have a problem with too much Windows stuff, 'cause after you split the RAID, you'll have half the space available. The slowness could be do to fragmentation, although with only 50% used, I wouldn't think so... it all depends on how the data files were created. You may also with to check if there's a firmware update for the Samsung SSD's. Also, I might create a separate NTFS partition that can share data between Windows and Ubuntu.
– heynnema
Nov 29 at 16:14
You may have a problem with too much Windows stuff, 'cause after you split the RAID, you'll have half the space available. The slowness could be do to fragmentation, although with only 50% used, I wouldn't think so... it all depends on how the data files were created. You may also with to check if there's a firmware update for the Samsung SSD's. Also, I might create a separate NTFS partition that can share data between Windows and Ubuntu.
– heynnema
Nov 29 at 16:14
firmware is definitly outdated like my bios but form producent site is only mention ram compability upgrade what i don't have any problem so i don't want to risk for only higer number in bios, i can't upgrade ssd firmware when i have raid :C
– Aloess
Nov 29 at 16:28
firmware is definitly outdated like my bios but form producent site is only mention ram compability upgrade what i don't have any problem so i don't want to risk for only higer number in bios, i can't upgrade ssd firmware when i have raid :C
– Aloess
Nov 29 at 16:28
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096257%2fdual-booting-with-fake-raid-0-intel-rst%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
RAID 0 not really recommended. It was used with HDD for increased speed as alternating tracks were on different drives. But only for gamers or users compiling software where system was backed up daily or had no data. If one drive fails system neither drive works. You can only break your RAID by reinstalling Windows to one drive. See RAID 0: en.wikipedia.org/wiki/RAID If you really want RAID 0, install Ubuntu onto another drive.
– oldfred
Nov 26 at 21:16