• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Question about JBOD raid

[H]'er

Supreme [H]ardness
Joined
Jun 29, 2001
Messages
4,424
Well my question is:

Lets say I have a 4 port JBOD raid card with all 4 ports used each using a 120gig sata drive.

Now lets say a HD goes bad. Is the entire raid lost (including all data) or is the raid just a 3 HD raid and only the data from the bad HD is missing?

Thank you
[H]'er
 
[H]'er said:
Well my question is:

Lets say I have a 4 port JBOD raid card with all 4 ports used each using a 120gig sata drive.

Now lets say a HD goes bad. Is the entire raid lost (including all data) or is the raid just a 3 HD raid and only the data from the bad HD is missing?

Thank you
[H]'er

It depends on the manufacturers definition of "JBOD". Some utilize JBOD as filling up one HDD after another, in this case you would only lose the data on the bad HDD. However if their definition of "JBOD" is RAID 0, then the loss of one HDD results in complete data loss.
 
HTML:
However if their definition of "JBOD" is RAID 0, then the loss of one HDD results in complete data loss.

IMHO this would be the case. :(
 
If you're running a filesystem like EXT2/3 on it, it has superblock backups, so you'd be able to recover all the data from the disks that were left. Look up more info on this, I've been able to recover from minor data screwups with it. I'd suggest it for any JBOD system, but I'd really suggest raid5 over JBOD.

This is on linux, btw. Good luck on windows, I wouldn't try it.
 
unhappy_mage said:
If you're running a filesystem like EXT2/3 on it, it has superblock backups, so you'd be able to recover all the data from the disks that were left. Look up more info on this, I've been able to recover from minor data screwups with it. I'd suggest it for any JBOD system, but I'd really suggest raid5 over JBOD.

This is on linux, btw. Good luck on windows, I wouldn't try it.

Yeah but Raid5 required all drives to be the same...I just want like a card that I can plug my storage drives into and only have one drive letter.
 
[H]'er said:
Yeah but Raid5 required all drives to be the same...I just want like a card that I can plug my storage drives into and only have one drive letter.


it doesn't require the drives to be the same, it's just highly recommended. if you make an array with some that vary, the slowest and smallest will limit you but it will do it.
 
Back
Top