Am 06.01.21 um 19:45 schrieb Greg Wooledge: > On Wed, Jan 06, 2021 at 05:28:24PM +0100, basti wrote: >> "megacli help" have the following options: >> >> MegaCli -CfgEachDskRaid0 [WT|WB] [NORA|RA] [Direct|Cached] [-enblPI] >> [CachedBadBBU|NoCachedBadBBU] [-strpszM]|[FDE|CtrlBased] [-Default| >> -Automatic| -None| -Maximum| -MaximumWithoutCaching] [-Cache] >> -aN|-a0,1,2|-aALL > >> what mean: >> [WT|WB] ? >> [NORA|RA] ? >> [Direct|Cached] ? >> [CachedBadBBU|NoCachedBadBBU] ? > > One or the other. Mutually exclusive. Either A or B, possibly neither > one, but not both. > I found the options explaint in https://docs.broadcom.com/doc/12352476
[WT|WB] Write through / Write back [NORA|RA] No read ahead / Read ahead [Direct|Cached] Sets the logical drive cache policy [CachedBadBBU|NoCachedBadBBU] Enables caching when BBU is not functioning So I would say: storcli -CfgEachDskRaid0 WT RA direct nocachedbadbbu -a0 is the best for use with mdadm?