USB Hub Lock

basil122

Junior Member
Aug 12, 2015
7
0
0
Hello,
I'm am looking to find a way to use a USB hub to scatter files between them, and plug in three USB's to access one drive. Is there a way to make it inaccessible without the other two USB's?
Think of it as a nuclear launch code, you need 3 keys to use one thing.
I want to do the same with the USB's.
Thanks
 
Last edited:

i7Baby

Senior member
Jul 23, 2015
275
0
76
I don't think this is available off the shelf.

But if your have a fantastic budget you could get one made.
 

Sabrewings

Golden Member
Jun 27, 2015
1,942
36
51
Some sort of software RAID would accomplish this. Not even RAID so much as a spanned volume.
 

smitbret

Diamond Member
Jul 27, 2006
3,382
17
81
Some sort of software RAID would accomplish this. Not even RAID so much as a spanned volume.

A software RAID 0 that is striped across all 3 drives will do this. On their own, none of the drives would be readable. Interesting idea. I kind of want to play with this idea.
 
Last edited:

corkyg

Elite Member | Peripherals
Super Moderator
Mar 4, 2000
27,370
240
106
A hub won't do that - it treats all connected devices equally. They are all on at the same time. Smitbret's idea is interesting.
 

AlienTech

Member
Apr 29, 2015
117
0
0
But if the drives are spanned then you wont be able to read the data unless all 3 drives are connected. If you use any kind of parity setup then connecting 2 of the drives will make the drives readable.
 
Last edited:

smitbret

Diamond Member
Jul 27, 2006
3,382
17
81
But if the drives are spanned then you wont be able to read the data unless all 3 drives are connected. If you use any kind of parity setup then connecting 2 of the drives will make the drives readable.

I thought that was the whole point, that all three USB drives had to be in place to work.