This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
#!/bin/sh# funplug for DNS-320 only !## by Tamas v 1.3# switch to safe working directory on ramdiskcd /# write a log, in case sth goes wrongFFP_LOG=/mnt/HD/HD_a2/ffp.log#FFP_LOG=/dev/nullexec >>$FFP_LOG 2>&1# real path to ffpFFP_PATH=/mnt/HD/HD_a2/ffp# where to search for the install tarballFFP_TARBALL=/mnt/HD/HD_a2/fun_plug.tgz# setup script (used for ffp on USB disk)FFP_SETUP_SCRIPT=/mnt/HD/HD_a2/.bootstrap/setup.sh# rc file pathFFP_RC=/ffp/etc/rc
It would appear this is not the original file as the mounting point is hard-coded rather than through the use of variable MNT but should work nonetheless.
Is this a partial content of fun_plug file you posted?
Did you download *both* files ? The text file ("funplug") and the .tar.gz ?
Yes. I have a single disk (in reality, 2 that are connected in RAID 1).Files are in VOLUME_1.
Although you have two drives appearing as one because of RAID 1, those files must be installed in the root of the drive that is in the right hand slot. If they are not there they will not be used when the NAS boots.