Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Table of Contents Megaraid disable disk cache enable disk cache view cache policy disable RAID cache (WriteThrough) enable RAID cache (WriteBack) Megaraid Enable megaraid for proxmox https://hwraid.le-vert.net/wiki/DebianPackages wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | apt-key add - echo "" >> /etc/apt/sources.list echo "# hwraidle-vert.net raid hardwares management tools" >> /etc/apt/sources.list echo "deb http://hwraid.le-vert.net/debian buster main" >> /etc/apt/sources.list apt-get update apt-get install megaraid-status megacli LSIMegaRAIDSAS megaraidsas-status megasasctl megacli -AdpBbuCmd -GetBbuStatus -a0 megacli -LDInfo -L0 -a0 megacli -LDInfo -L1 -a0 megacli -AdpAllInfo -aAll megacli -PDList -a0 | less disable disk cache megacli -LDSetProp DisDskCache -LAll -aAll enable disk cache megacli -LDSetProp EnDskCache -LAll -aAll view cache policy megacli -LDInfo -Lall -aAll | grep 'Cache Policy:' disable RAID cache (WriteThrough) megacli -LDSetProp WT -LALL -aALL enable RAID cache (WriteBack) megacli -LDSetProp WB -LALL -aALL howto_megaraid.txt Last modified: 2021/04/03 09:55by Stephane de Labrusse