Created
September 13, 2016 02:30
-
-
Save icodeforlove/b0e90cbd5ac64a259d32347e3209dbac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# LSI doesnt support JBOD, but what we can do is set each drive as raid0 and enable caching | |
MegaCli -CfgLdAdd -r0[252:0] WB RA Cached CachedBadBBU -strpsz512 -a0 | |
MegaCli -CfgLdAdd -r0[252:1] WB RA Cached CachedBadBBU -strpsz512 -a0 | |
MegaCli -CfgLdAdd -r0[252:2] WB RA Cached CachedBadBBU -strpsz512 -a0 | |
MegaCli -CfgLdAdd -r0[252:3] WB RA Cached CachedBadBBU -strpsz512 -a0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment