Jump to content

So after doing some more research into the benefits and drawbacks of using a RAID configuration, I've decided to start a new project.
I'm going to take a 4-port USB hub and 4 32GB flashdrives and configure 3 of them to RAID 0 and then use the fourth for redundancy (in theory).

I don't know if there is a technical name for that configuration, or if it will even work, but I'm calling it RAID 0+1.

 

If anyone has ever tried this before or has any ideas for it, please let me know!
I will update as soon as I get started on it, which might be a little while, flashdrives aren't cheap when buying multiples....

Link to comment
https://linustechtips.com/topic/316877-usb-raid/
Share on other sites

Link to post
Share on other sites

So after doing some more research into the benefits and drawbacks of using a RAID configuration, I've decided to start a new project.

I'm going to take a 4-port USB hub and 4 32GB flashdrives and configure 3 of them to RAID 0 and then use the fourth for redundancy (in theory).

I don't know if there is a technical name for that configuration, or if it will even work, but I'm calling it RAID 0+1.

 

If anyone has ever tried this before or has any ideas for it, please let me know!

I will update as soon as I get started on it, which might be a little while, flashdrives aren't cheap when buying multiples....

USB raid has been done before and is a great project. You could get cheap 8GB or 16GB drives. 

Our Grace. The Feathered One. He shows us the way. His bob is majestic and shows us the path. Follow unto his guidance and His example. He knows the one true path. Our Saviour. Our Grace. Our Father Birb has taught us with His humble heart and gentle wing the way of the bob. Let us show Him our reverence and follow in His example. The True Path of the Feathered One. ~ Dimboble-dubabob III

Link to comment
https://linustechtips.com/topic/316877-usb-raid/#findComment-4307049
Share on other sites

Link to post
Share on other sites

32GB sticks will barely exceed 100MB/s, so a RAID 5 array (3 in raid + 1 redundancy is technically a 4-drive RAID 5) will not exceed 300MB/s. You may as well get a single 100+GB SSD then.

Then there's the matter of the USB hub you mention. That basically means that all the sticks would be connected to the same USB port. If it's a USB 3.0 port you'll be fine in terms of data throughput. However if it's a USB 2.0 hub or port, we're talking 15MB/s or thereabout.

Also, USB sticks typically have cheap memory chips inside, meaning they wear a lot faster than SSDs.

If you have money to spare it's a nice project. However if you want performance on the cheap, look elsewhere. If the initial cost doesn't exceed the price of a similar-sized SSD, the long-term cost will.

Link to comment
https://linustechtips.com/topic/316877-usb-raid/#findComment-4307118
Share on other sites

Link to post
Share on other sites

So after doing some more research into the benefits and drawbacks of using a RAID configuration, I've decided to start a new project.

I'm going to take a 4-port USB hub and 4 32GB flashdrives and configure 3 of them to RAID 0 and then use the fourth for redundancy (in theory).

I don't know if there is a technical name for that configuration, or if it will even work, but I'm calling it RAID 0+1.

 

If anyone has ever tried this before or has any ideas for it, please let me know!

I will update as soon as I get started on it, which might be a little while, flashdrives aren't cheap when buying multiples....

It's generally called RAID5 but is sub-optimal because with RAID5 you generally (not always) want powers of 2 plus one (3,5,9,etc) .

Are you using Windows or Linux? This is easily doable with ZFS in Linux or BSD. However on Windows it could be quite a challenge.

Link to comment
https://linustechtips.com/topic/316877-usb-raid/#findComment-4307224
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

×