D-Link Forums
The Graveyard - Products No Longer Supported => D-Link Storage => DNS-320L => Topic started by: alberttux on August 16, 2013, 10:53:10 AM
-
fancontrol script
DNS-320L firmware version 1.02b07
fun plug 0.7
www.sysadminsquare.com/nas/fan-control-d-link-dns-320-with-usb-support/
My modification: https://docs.google.com/file/d/0B-qhdLCeUrnyOUNPZC01R0RIbEU/edit?usp=sharing
It is a shame to have to change things so basic.
-
little problem here: your script states that usb mount point should be /mnt/USB/HD_c1 instead I got /mnt/USB/USB1_c1
easily fixed obv., tho maybe some mountpoint check would help
-
another small bug:
/start/fancontrol.sh, line 34
cp /ffp/bin/fancontrol.sh /tmp/fancontrol.sh
should be
cp /ffp/sbin/fancontrol.sh /tmp/fancontrol.sh