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

Title: fancontrol script firmware version 1.02b07
Post 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.
Title: Re: fancontrol script firmware version 1.02b07
Post by: NixZero on August 17, 2013, 02:40:23 AM
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
Title: Re: fancontrol script firmware version 1.02b07
Post by: NixZero on August 17, 2013, 04:19:32 AM
another small bug:
/start/fancontrol.sh, line 34
Code: [Select]
             cp /ffp/bin/fancontrol.sh /tmp/fancontrol.sh
should  be
Code: [Select]
             cp /ffp/sbin/fancontrol.sh /tmp/fancontrol.sh