Hi All,
I was wondering why autoshutdown was not working when I had disk activity on my RAID 6.
I dig into the code and it looks like here it is taking only /dev/sd.. device :
Here is the line of code : for OMV_HDD in $(mount -l | grep /dev/sd | sed 's/.*\(sd.\).*/\1/g' | sort -u); do
Any chance to have a fix (I could do it but whenever there is an update, my modification will be erased).
or am I missing something ?
Thanks.