Jump to content
1 minute ago, Electronics Wizardy said:

What drives are you trying to raid?

 

Motherboard raid is normally pretty bad, so id use software raid in stead, just storage spaces instead in windows.

a 2tb and a 1tb in raid 0, i want 2 1tb partitions on 2tb drive one of which is not raid, mothrboard raid are hardware raids right?

Link to post
Share on other sites

1 minute ago, boyu said:

a 2tb and a 1tb in raid 0, i want 2 1tb partitions on 2tb drive one of which is not raid, mothrboard raid are hardware raids right?

Raiding partitions isn't a great idea.

 

Id just put both drives in storage spaces in windows and make one big volume with both drive. It will let you use the full 3tb combined capacity.

 

Motherboard raid isn't hardware raid.

Link to post
Share on other sites

1 minute ago, Electronics Wizardy said:

Raiding partitions isn't a great idea.

 

Id just put both drives in storage spaces in windows and make one big volume with both drive. It will let you use the full 3tb combined capacity.

 

Motherboard raid isn't hardware raid.

I thought raiding whole drive would slow it down? and data might get lost easier?

Link to post
Share on other sites

Just now, boyu said:

I thought raiding whole drive would slow it down? and data might get lost easier?

You have backups incase something happens to a drive. RAID isn't a backup.

 

This would make it so both drives show up a one big volume.

 

What is your goal here?

Link to post
Share on other sites

1 minute ago, boyu said:

Mainly to increase speed of drive

So a hdd raid is still gonna be slow, so get a ssd if you want it fast.

 

But storage spaces will make it faster if you want that, but having mismatched drive sizes aren't helping you here. Just setup collumns in storage spaces to get the max speed

Link to post
Share on other sites

Just now, Electronics Wizardy said:

So a hdd raid is still gonna be slow, so get a ssd if you want it fast.

 

But storage spaces will make it faster if you want that, but having mismatched drive sizes aren't helping you here. Just setup collumns in storage spaces to get the max speed

How do I setup collumns?

Link to post
Share on other sites

Just now, boyu said:

How do I setup collumns?

set NumberOfColumns when making the storage spaces drive to 2(your number of drives). You need to do this in power shell, but it will look like this 

 

New-VirtualDisk -FriendlyName $SpaceName  -StoragePoolFriendlyName $StoragePool -NumberOfColumns 2 -ProvisioningType Thin -ResiliencySettingName Single -Size 500GB

Link to post
Share on other sites

Just now, Electronics Wizardy said:

set NumberOfColumns when making the storage spaces drive to 2(your number of drives). You need to do this in power shell, but it will look like this 

 

New-VirtualDisk -FriendlyName $SpaceName  -StoragePoolFriendlyName $StoragePool -NumberOfColumns 2 -ProvisioningType Thin -ResiliencySettingName Single -Size 500GB

What does this do? Im not very farmiliar with RAID

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×