Jump to content

RAID

Go to solution Solved by scottyseng,
2 minutes ago, That-Something_ said:

can i use all my extra drives to one big drive? they are HDDs

No, traditional RAID is limited by the smallest drive in the array. All drives have to be the same size. Unless you mean join all of your drives to be one large drive? That'd be RAID0

 

However, if you're using a third party software RAID solution, you can do a parity array with it.

2 minutes ago, That-Something_ said:

can i use all my extra drives to one big drive? they are HDDs

No, traditional RAID is limited by the smallest drive in the array. All drives have to be the same size. Unless you mean join all of your drives to be one large drive? That'd be RAID0

 

However, if you're using a third party software RAID solution, you can do a parity array with it.

Link to comment
https://linustechtips.com/topic/777732-raid/#findComment-9809360
Share on other sites

Link to post
Share on other sites

Yes, you can join them all together, and you can join drives of different sizes, but I believe when you do this that every drive gets treated as if it was the size of the smallest drive.

Solve your own audio issues  |  First Steps with RPi 3  |  Humidity & Condensation  |  Sleep & Hibernation  |  Overclocking RAM  |  Making Backups  |  Displays  |  4K / 8K / 16K / etc.  |  Do I need 80+ Platinum?

If you can read this you're using the wrong theme.  You can change it at the bottom.

Link to comment
https://linustechtips.com/topic/777732-raid/#findComment-9809364
Share on other sites

Link to post
Share on other sites

59 minutes ago, That-Something_ said:

can i use all my extra drives to one big drive? they are HDDs

Yes, you absolutely can, either using Windows Storage Spaces, or, my personal favorite, StableBit Drive Pool.

 

DrivePool basically lets you run software RAID based pools of drives of ANY size, and takes care of distributing the files across all drives. You can turn on duplication for data redundancy in case of a drive failure, and the best part is you can access the data stored on any drive from OTHER computers, unlike hardware RAID. This is really important considering that a RAID card failure can render your data inaccessible if you can't find an exact duplicate hardware RAID card to replace it with. And chances are you won't be able to, unless you bought 2 identical cards when you first got started.

 

I run 2x 500GB Crucial SSDs and 2x 3TB Toshiba HDDs in DrivePool, configured as 1000GB and a 6TB pools. However, I only have 500GB and 3TB of usable space because I have duplication enabled in case one of the two drives in each pool fail. A bonus is that DrivePool supports pseudo RAID0 read striping, effectively doubling my read speeds since it can read from 2 or more disks at once. Write striping doesn't work because it's not actually striping files between disks, but instead duplicating them, but that's fine.

 

Alex (the lead developer) and Christopher (one of the best support reps out there) just recently pushed out a beta fix for an conflict between DrivePool, Windows Insider Builds, and DropBox after myself and a couple other users supplied them with Blue Screen bugcheck dumps, so I can personally vouch for their support efforts in keeping their product functioning well. (kind of makes sense since they use their own product in their own storage servers too.)

 

Highly recommend you check it out, as it will do exactly what you're asking, and it's well worth the money.

StableBit DrivePool - https://stablebit.com/DrivePool (NOT an affiliate link - I'm just a loving user)

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to comment
https://linustechtips.com/topic/777732-raid/#findComment-9809479
Share on other sites

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

×