Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I have been finding solutions for the following problems:
I cannot get access to /mnt/HD_a2/ through telnet. When this in it just says permission denied. I normally log in through SSH.
I tried to delete the ffp folder, but certain files won't delete. Vista indicates a 0x8007010B error.
Basically, I would like to uninstall any third party software from the DNS-323 and make a fresh start without having to format or delet all my other files.
I have also tried cleanboot, to no avail.
Have been searching for ages and loosing patience.
Please help
Last edited by Baars (2008-10-29 21:33:15)
Offline
Baars wrote:
I tried to delete the ffp folder, but certain files won't delete. Vista indicates a 0x8007010B error.
Probably a permissions issue.
Go to the wiki, look at "how-to telnet". follow the steps for KRH's telnet (from download telnet onwards). INstall that telnet (you will need to overwrite the ffp fun_plug). reboot nas.
telnet to the 323 and delete /ffp/* from the command line . kill the telnet deamon, delete the fun_plug, start_telnet.sh and /lnx_bin/* from windows.
you don't have any 3rd party software running on the unit now
Offline
Thanks for the info. What command do I use to delete the folder though?
Offline
cd /
rm -r /mnt/HD_a2/ffp
rm /mnt/HD_a2/start_telnet.sh
rm /mnt/HD_a2/fun_plug
kill -9 `pidof telnetd`
assuming that ffp is on HD_a2 (probably is)
delete lnx_bin from windows
Last edited by luusac (2008-10-31 03:00:16)
Offline
You can remove ffp like this: http://nas-tweaks.net/CH3SNAS:Tutorials/Remove_fun_plug
Offline