• 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.

Partitioning a raid array

Veedo

2[H]4U
Joined
Mar 9, 2004
Messages
2,190
does partitioning a raid0 array have much affect on performance?
 
I would imagine that it would decrease the number of random reads and writes.
 
Not really, but why do you have raid0 at all? As many others have remarked, it's not much use unless you're doing something like video editing with very linear reads/writes.

Basically, it can reduce the potential seek distance on a drive (which helps, but not much) while greatly increasing the seek time from one partition to the other. Don't copy from one partition to the other.
 
Order said:
I would imagine that it would decrease the number of random reads and writes.

indeed
it will have the same effect that partitioning any drive will have
limiting the degrees of arc that the arm will have to transvers if the seek is within one partition
and if you can actually figure ot what access pattern you typically have, concentrate the high access to the OD of the platter where youll have higher sustained transfer and lower latency
in the case of a RAID0 its just happens in tandem (with a 2 drive stripe)

http://www.hardforum.com/showthread.php?s=&threadid=741512
 
Yeah, Ice said what I was too lazy and ignorant to elaborate upon, lol.
:)
 
Back
Top