Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Dear All,
I would like to ask your help in connection with the installation of ffp and transmission onto a DNS-320L because I am fed up with the original p2p client.
I do not know anything about linux but I can do everything if I have a good description. So can somebody give me a detailed installation instruction which is working?
Thank you in advance, and sorry for my english.
Littlemole76
Offline
Here are tutorials: http://nas-tweaks.net/tutorials/
Offline
Thanks sbrbot.
Will it work without any modification? Because I red a lot about it and I found a lot of opinion.
Did you do it on DNS-320L?
Thanks
Offline
The difference between 320L and 320 is that 320L has drive mapped on path '/mnt/HD/HD_a2' while 320 drive has HDD mapped on '/mnt/HD_a2'. So you have to change this mapping path in scripts. Generally everything for 320 works for 320L. First of all you have to install ffp (Fonz fun plug), after that using tool called 'slacker' you have to install transmission-daemon and you'll have much better torrent client than current original client (libtorrent 0.15.10.0 inside 320L).
Offline
Thank you very much. I will try it at the weekend.
Offline
sbrbot wrote:
The difference between 320L and 320 is that 320L has drive mapped on path '/mnt/HD/HD_a2' while 320 drive has HDD mapped on '/mnt/HD_a2'. So you have to change this mapping path in scripts. Generally everything for 320 works for 320L. First of all you have to install ffp (Fonz fun plug), after that using tool called 'slacker' you have to install transmission-daemon and you'll have much better torrent client than current original client (libtorrent 0.15.10.0 inside 320L).
You sure about this?
As I have 320 and drive is mapped /mnt/HD/HD_a2
Last edited by jucca (2013-08-27 13:52:11)
Offline
jucca wrote:
sbrbot wrote:
The difference between 320L and 320 is that 320L has drive mapped on path '/mnt/HD/HD_a2' while 320 drive has HDD mapped on '/mnt/HD_a2'. So you have to change this mapping path in scripts. Generally everything for 320 works for 320L. First of all you have to install ffp (Fonz fun plug), after that using tool called 'slacker' you have to install transmission-daemon and you'll have much better torrent client than current original client (libtorrent 0.15.10.0 inside 320L).
You sure about this?
As I have 320 and drive is mapped /mnt/HD/HD_a2
No, I'm not 100% sure because I just have 320L not 320. From some scripts made for 320 where I had to change path for my 320L I concluded that path differs. However if they don't, even better, everything should work out of the box.
Now I looked at funz' fun_plug and there's the following code:
if [[ ! -d /mnt/HD_a2 ]]; then FFP_HDD=/mnt/HD/HD_a2 else FFP_HDD=/mnt/HD_a2 fi
So maybe this /mnt/HD_a2 is mapping on DNS-323 not DNS-320.
However, if you have 320L, HDD is mapped on /mnt/HD/HD_a2 and change scripts accordingly.
Offline