Tigerherz

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Tigerherz

  1. @ideaman924 you're right, if you have 2 or 3 or more hdd's which lose the write cache it's better with serial identifer. In my server all hdd lost write cache at the new start. i'm not a scripter but declare -a StringArray=("ata-WDC_WD2003FYYS-70W080_WJUN0123456" "DRIVE2" "DRIVE3" "DRIVE4") will not work. I am new in linux. Must ata before each serial id? I've tried it but it doesn't work. Greets from Germany
  2. My settings in user scripts: #!/bin/bash # Show status echo "Current drive status: " hdparm -W /dev/sd[b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q] # Enable write caching hdparm -W 1 /dev/sd[b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q] # Show status again echo "Finished running, check if the write cache was enabled!" hdparm -W /dev/sd[b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q] The letter for hdd. Hdd's : WD red and white in a netapp disk shelf Work for me Greets