DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2011-02-18 20:23:03

malvin82
Member
Registered: 2011-02-18
Posts: 8

several DNS-320 questions

Hi All,

I bought my dns-320 about 2 weeks ago, but had no time to play around with it..I started now, but there are multiple strange things I experience..
-first, with v1 firmware, I had no p2p menu. I could see the first 3-4 menus, and that's it...called dlink, they immediately advised to put v2 firmware on it (dutch customer support)
So I installed v2 , all looked neat, totally changed interface. Could find the p2p downloads..yeee..
Then I wanted to start with fun_plug..( Download the fun_plug tar.gz file here and copy it to “volume_1” root (IE: dns-320/Volume_1/). Also download the “fun_plug” file (non tar-gz) and copy it to the same location.Reboot (From admin click on “tools” and then “system”) It did create the folder structure, but when I try telnet, it is not running...so this is the first step I got stuck..how do I make telnet to run?
Then I attached a WD MYbook to it's usb..Light went ON, it is now blue. What next is missing from the manual..how do I see it in the folder structure? How do I see it from the web interface? Wanted to copy files from NAS to USB.can't seem to find it.
I think that's it for now,maybe will have some more questions while trying some more.

Thank You if You have any experience/ideas/advice to share smile

Offline

 

#2 2011-02-18 20:59:03

Dlink
Member
Registered: 2007-11-21
Posts: 106

Re: several DNS-320 questions

Did you update your fun_plug file to point to the correct directory? Search and replace all entries of /mnt/HD_a2/ with /mnt/HD/HD_a2/.

Regarding the USB, (sorry for the lack of documentation and functionality), you can not currently access it via the web file browser or internal backup (will be changed in future). There are two ways to copy data.

1) Plug in the USB and hold the usb button for 3 seconds. This intiates a USB backup and will create a "USB Backup" folder on your drive. It will then proceed to backup the ENTIRE drive to that folder on your nas.

2) Access the drive via SMB from your PC using \\IP_ADDRESS_OF_NAS . You will see a USBDIsk mount folder which contains your files. Copy those files from the drive to your NAS share.

Offline

 

#3 2011-02-18 22:23:22

malvin82
Member
Registered: 2011-02-18
Posts: 8

Re: several DNS-320 questions

thank You for Your reply.
I checked the fun_plug files for the path, this is what it contains:
# real path to ffp
FFP_PATH=/mnt/HD_a2/ffp
all other lines contain the mnt/HD_a2 path..

with the SMB path, that is what I try. I see the VOlume_1 volume, I see the LP for the printer but I see no USB sad

Offline

 

#4 2011-02-18 22:25:56

malvin82
Member
Registered: 2011-02-18
Posts: 8

Re: several DNS-320 questions

just a quick note,

when I try to delete the ffp folder, it does not allow, seems there are stuff still running...

Offline

 

#5 2011-02-18 23:04:21

malvin82
Member
Registered: 2011-02-18
Posts: 8

Re: several DNS-320 questions

how could I delete, if windows explorer does not let me, and I cannot telnet? smile

Offline

 

#6 2011-02-19 00:16:03

Dlink
Member
Registered: 2007-11-21
Posts: 106

Re: several DNS-320 questions

Search and replace all entries of /mnt/HD_a2/ with /mnt/HD/HD_a2/

Then reboot the unit.

Offline

 

#7 2011-02-19 11:38:44

malvin82
Member
Registered: 2011-02-18
Posts: 8

Re: several DNS-320 questions

sorry, has not seen mnt/HD/HD_a2

changging...

Last edited by malvin82 (2011-02-19 11:39:53)

Offline

 

#8 2011-02-19 12:27:51

malvin82
Member
Registered: 2011-02-18
Posts: 8

Re: several DNS-320 questions

gr8 smile thanks for the help, got fun_plug working. (at least , telnet worked until got disabled for ssh smile )
although, when trying to install transmission, after installing I am trying to start it up :

root@MALVINNAS:/mnt/HD/HD_a2# /ffp/start/transmission.sh start
mkdir: cannot create directory '/mnt/HD_a2/.transmission-daemon': No such file or directory

so it still refers to mnt/HD_a2 from the deamon. Can it be somehow changed?
thanks so much for the help, sorry for being pain in the *ss smile

Offline

 

#9 2011-02-20 01:03:48

ckarv
Member
Registered: 2011-02-07
Posts: 13

Re: several DNS-320 questions

Edit the /ffp/start/transmission.sh file. I guess you'll have to change "/mnt/HD_a2/" to "/mnt/HD/HD_a2/"

Offline

 

#10 2011-02-21 12:51:48

malvin82
Member
Registered: 2011-02-18
Posts: 8

Re: several DNS-320 questions

sorry for the next question :
how can I edit it? (sorry, I am used to Windows)
what is the command in telnet / ssh? (In win explorer I see the ffp folder, but there is no start folder in there. The search resulted this:
/mnt/HD/HD_a2 # find . -name 'transmission.sh'
./ffp/start/transmission.sh

but how to edit it?
thank you

Offline

 

#11 2011-04-01 14:27:43

stefanth
Member
Registered: 2010-12-14
Posts: 63

Re: several DNS-320 questions

malvin82 wrote:

sorry for the next question :
how can I edit it? (sorry, I am used to Windows)

Usualy you FTP the file to the PC and then edit on the PC and then FTP it back

FileZilla (free ftp) http://filezilla-project.org/
Notepad++ (editor, you can use editor you want) http://notepad-plus.sourceforge.net/uk/site.htm

Install filezilla and configure it as you want, setting ip number to your nas and which editor your want use.

Use filezilla to "logg on" to the NAS and then rightclick on files and choose edit
When you save files in the editor you must (after pressed saved in the editor) switch to filezilla and accept the transfer.


/Stefan

Offline

 

#12 2011-04-02 00:22:52

unmesh
Member
Registered: 2008-03-26
Posts: 55

Re: several DNS-320 questions

On Windows, the simplest method is to mount the NAS volume as a drive letter and then deal with the files as if they were on the PC. For text files, newlines are handled differently between Windows and Unix and hence an editor like the aforementioned notepad++ is highly recommended.

Or you can install an editor like vim on the NAS and invoke it from the telnet window. vim is included in the ffp packages. I prefer this method since it avoids inadvertently having the wrong permissions on certain files.

nano might be simpler to use than vim; install from http://ffp.wolf-u.li/additional/app-editors/

Last edited by unmesh (2011-04-02 00:32:02)


DNS-323 FW1.10B7 WD20EARS_2TB Samsung_HD753LG_750G FFP_0.5
DNS-321 FW1.03  FFP_0.7 (Spare enclosure)
DNS-320 FW2.02 Hitachi_HDS5C3020ALA632_2TB Hitachi_HDS721010KLA330_1TB FFP_0.5

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB