Skip to content

0.1-alpha

Compare
Choose a tag to compare
@ahmedmagdiosman ahmedmagdiosman released this 02 Jun 14:20
· 8 commits to master since this release
f2d7231

Initial release. Tested on OMV 4.1.22-1 (Arrakis)

  • Create a directory containing all the drives. I created a directory in /run/disks/ and just empty files inside (as root):
mkdir /run/disks
cd /run/disks
touch sda sdb sdc

This far from perfect and if you're a Linux wizard you probably can do something better with regex, e.g. /dev/sd*[a-z]

  • Run with sudo (command descriptions in the original author's thread ):

sudo ./fancontrol 1 40

This will run it in debug mode (1) with temperature setpoint= 40c