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 2009-05-15 21:44:09

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

DNS-323 Firmware Version 1.08

Offline

 

#2 2009-05-15 22:16:15

kdee
Member
Registered: 2007-05-27
Posts: 17

Re: DNS-323 Firmware Version 1.08

Too bad it's a beta. Otherwise I'd go for it.

Offline

 

#3 2009-05-15 22:30:58

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: DNS-323 Firmware Version 1.08

39. Add NFS Server.

can someone confirm that the kernel-nfs server works?

Offline

 

#4 2009-05-15 22:34:19

talkingRock
Member
Registered: 2009-03-26
Posts: 100

Re: DNS-323 Firmware Version 1.08

That's not a bad feature list.

It's good to see the fan issue finally being addressed.

I'm a bit disappointed not to see a fix for the
"it formats the wrong drive and destroys all of my data" issue.
Not inadvertently destroying data seems like a nice feature
in a storage device and it was discovered 6 or 7 revisions ago.
Something on the list has to be lower priority than that.

I may give it a try later in the beta, although, they would definitely need to fix the obvious typos on the download and install invitation on their site to give me a bit more confidence that this is ready to go.   (It refers to the wrong product.   Apparently someone cut and pasted from a different beta to get the legal boiler-plate, but didn't proof-read.)

Offline

 

#5 2009-05-15 22:36:06

maxim_fr
Member
From: Kyiv, Ukraine
Registered: 2007-11-07
Posts: 20

Re: DNS-323 Firmware Version 1.08

fonz wrote:

39. Add NFS Server.

can someone confirm that the kernel-nfs server works?

just flashed Ok
enabling ffp back...

can you point me out briefly how to check?

Addition: from ftp://ftp.dlink.com/Multimedia/dns323/B … 0_beta.zip its look like an additional app and not a kernel feature

Last edited by maxim_fr (2009-05-15 22:57:26)

Offline

 

#6 2009-05-15 22:53:58

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

Re: DNS-323 Firmware Version 1.08

talkingRock wrote:

That's not a bad feature list.

It's good to see the fan issue finally being addressed.

I'm a bit disappointed not to see a fix for the
"it formats the wrong drive and destroys all of my data" issue.
Not inadvertently destroying data seems like a nice feature
in a storage device and it was discovered 6 or 7 revisions ago.
Something on the list has to be lower priority than that.

I may give it a try later in the beta, although, they would definitely need to fix the obvious typos on the download and install invitation on their site to give me a bit more confidence that this is ready to go.   (It refers to the wrong product.   Apparently someone cut and pasted from a different beta to get the legal boiler-plate, but didn't proof-read.)

I have fixed the ONE typo pointing to an upgrade FAQ that is shared by all 3 devices....

Regarding wrong formatting, we are putting in a drive serial# check for verification before formatting.

Last edited by Dlink (2009-05-15 22:55:16)

Offline

 

#7 2009-05-15 23:17:36

Innuendo
Member
Registered: 2009-03-07
Posts: 16

Re: DNS-323 Firmware Version 1.08

Really glad to see this firmware posted. I've been waiting for this one for a long time. Everything I hoped would be in there is and even a few things I didn't expect.

I know a lot of people have had a lot of problems with the DNS-323, but I also know that a lot of people have been having a lot of fun with this device thanks to the fun_plug interface that D-Link graciously left in the first firmware and graciously not closing the loop-hole in later firmwares once everyone knew about it.

When I first went shopping for a NAS it was the fastest, most capable unit in its price class & now more than a year later I think it still holds that honor.

Thanks, D-Link Dudes...you've got a satisfied customer here.

Offline

 

#8 2009-05-15 23:34:11

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: DNS-323 Firmware Version 1.08

maxim_fr wrote:

fonz wrote:

39. Add NFS Server.

can someone confirm that the kernel-nfs server works?

just flashed Ok
enabling ffp back...

can you point me out briefly how to check?

Code:

sh /ffp/start/nfsd.sh start
showmount -e

Also check

Code:

$ cat /proc/filesystems | grep nfs
nodev   nfsd
nodev   nfs

Ideally, you also do a mount with '-o tcp' and check that it supports NFSv3 over TCP.

Offline

 

#9 2009-05-15 23:43:49

maxim_fr
Member
From: Kyiv, Ukraine
Registered: 2007-11-07
Posts: 20

Re: DNS-323 Firmware Version 1.08

fonz wrote:

Code:

sh /ffp/start/nfsd.sh start
showmount -e

Code:

/ # sh /ffp/start/nfsd.sh start
Creating default exports file...
/mnt/HD_a2 192.168.1.0/24(rw,no_root_squash,no_subtree_check)
/mnt/HD_a4 192.168.1.0/24(rw,no_root_squash,no_subtree_check)
/mnt/HD_b2 192.168.1.0/24(rw,no_root_squash,no_subtree_check)
/mnt/HD_b4 192.168.1.0/24(rw,no_root_squash,no_subtree_check)
/mnt/web_page 192.168.1.0/24(rw,no_root_squash,no_subtree_check)
Linking /etc/exports ...
Starting /ffp/sbin/rpc.portmap
Starting /ffp/sbin/rpc.statd
exportfs: could not open /var/lib/nfs/xtab for locking
Starting /ffp/sbin/rpc.nfsd 8
Starting /ffp/sbin/rpc.mountd
/ #
/ #
/ # showmount -e
Export list for StorAge:
/mnt/HD_b4    192.168.1.0/24
/mnt/HD_b2    192.168.1.0/24
/mnt/HD_a4    192.168.1.0/24
/mnt/HD_a2    192.168.1.0/24
/mnt/web_page 192.168.1.0/24
/ #

Offline

 

#10 2009-05-15 23:45:53

maxim_fr
Member
From: Kyiv, Ukraine
Registered: 2007-11-07
Posts: 20

Re: DNS-323 Firmware Version 1.08

fonz wrote:

Also check

Code:

$ cat /proc/filesystems | grep nfs
nodev   nfsd
nodev   nfs

Code:

/ # cat /proc/filesystems | grep nfs
nodev   nfs
/ #

Last edited by maxim_fr (2009-05-15 23:48:53)

Offline

 

#11 2009-05-15 23:54:25

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: DNS-323 Firmware Version 1.08

Code:

/ # cat /proc/filesystems | grep nfs
nodev   nfs
/ #

That looks the same on the current DNS-343 firmware (which didn't work for me). I wonder what 'Add NFS Server.' is supposed to mean. Is this apkg thingy a user-space server? Does anybody know how you can look inside these archives?

PS: My fault. The kernel nfs-server is compiled as modules. On my DNS-343, you need to load exportfs.ko and nfsd.ko from /sys/crfs/driver. The nfs server then starts correctly. Yay!

Last edited by fonz (2009-05-16 00:06:41)

Offline

 

#12 2009-05-16 01:49:41

talkingRock
Member
Registered: 2009-03-26
Posts: 100

Re: DNS-323 Firmware Version 1.08

Dlink wrote:

I have fixed the ONE typo pointing to an upgrade FAQ that is shared by all 3 devices....

Regarding wrong formatting, we are putting in a drive serial# check for verification before formatting.

Thanks for the update.   
That's really good news on the formatting issue.
I look forward to trying the new firmware soon.

Is this the apkg tool that you mention in the announcement? 
http://apkg.org/

or this one
http://antomic.sourceforge.net/development/apkg.html

or the one that the uClibC guys have that is called apkg?

Or, are they all the same or related somehow?

Offline

 

#13 2009-05-16 03:04:35

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

Re: DNS-323 Firmware Version 1.08

talkingRock wrote:

Dlink wrote:

I have fixed the ONE typo pointing to an upgrade FAQ that is shared by all 3 devices....

Regarding wrong formatting, we are putting in a drive serial# check for verification before formatting.

Thanks for the update.   
That's really good news on the formatting issue.
I look forward to trying the new firmware soon.

Is this the apkg tool that you mention in the announcement? 
http://apkg.org/

or this one
http://antomic.sourceforge.net/development/apkg.html

or the one that the uClibC guys have that is called apkg?

Or, are they all the same or related somehow?

The packaging method is not public currently. It is actually developed internally specifically for our devices. I don't have any further information to give on it right now :0.

Offline

 

#14 2009-05-16 10:05:17

craft
Member
From: Budapest, Hungary
Registered: 2007-06-14
Posts: 122
Website

Re: DNS-323 Firmware Version 1.08

Dlink :
Upgrading from 1.06 to 1.08 will format my drives or not ?


-------------------------------------------------------------------------------------------------------------------------------------------
2 x DNS-320
1 x DNS-325

Offline

 

#15 2009-05-16 13:47:26

maxim_fr
Member
From: Kyiv, Ukraine
Registered: 2007-11-07
Posts: 20

Re: DNS-323 Firmware Version 1.08

Dlink wrote:

http://forums.dlink.com/index.php?board=251.0

Enjoy smile

Your link comtains indication HOW to post bugs in this beta, but I havent find info WHERE to post it (or WHOM to e-mail?).
Please clarify it...

P.S. Several bugs already found by members of local (russian) d-link forum

Offline

 

#16 2009-05-16 16:46:26

Innuendo
Member
Registered: 2009-03-07
Posts: 16

Re: DNS-323 Firmware Version 1.08

craft,
The firmware update will not format your drives. It's safe to upgrade.

maxim_fr,
I think you are supposed to post bugs in the Dlink forum that http://forums.dlink.com/index.php?board=251.0 links to.

Offline

 

#17 2009-05-17 00:50:28

lotech
Member
Registered: 2007-12-24
Posts: 19

Re: DNS-323 Firmware Version 1.08

Some screenshots of the new firmware here -
http://picasaweb.google.com/dns323owner … taFirmware

Looks very promising. Can't wait.

Offline

 

#18 2009-05-17 02:38:18

rcblackwell
Member
From: Pickering, ON
Registered: 2008-05-19
Posts: 204
Website

Re: DNS-323 Firmware Version 1.08

lotech wrote:

Some screenshots of the new firmware here

Thanks for taking the time to snap shot and post. I see lot's of interesting things there!


Bob Blackwell
Pickering, ON

Offline

 

#19 2009-05-17 02:56:00

lotech
Member
Registered: 2007-12-24
Posts: 19

Re: DNS-323 Firmware Version 1.08

I didn't post them, originally posted on d-link's forums.

Offline

 

#20 2009-05-17 03:33:49

niels
New member
Registered: 2009-05-16
Posts: 2

Re: DNS-323 Firmware Version 1.08

Dlink wrote:

The packaging method is not public currently. It is actually developed internally specifically for our devices. I don't have any further information to give on it right now :0.

I must say the ability to add packages is a real win -- I'm making my own custom package at the moment.  For me it's a neater way to run things on the DNS-323 as we get control of our apps via the web interface.

While I can get by without it, are there any plans to officially release the package format?

Offline

 

#21 2009-05-17 09:45:14

craft
Member
From: Budapest, Hungary
Registered: 2007-06-14
Posts: 122
Website

Re: DNS-323 Firmware Version 1.08

The itunes server is still buggy, without firefly module - the webs restarting, installed firefly module the same. :-)
Any solution ?

The "power recovery" means : after a power failure the dns-323 will bootup auto ?

Last edited by craft (2009-05-17 09:46:17)


-------------------------------------------------------------------------------------------------------------------------------------------
2 x DNS-320
1 x DNS-325

Offline

 

#22 2009-05-17 11:02:28

noem
Member
Registered: 2009-01-29
Posts: 11

Re: DNS-323 Firmware Version 1.08

What do I put as host when creating a nfs share?

Offline

 

#23 2009-05-17 12:54:13

LuckyBlack
Member
Registered: 2009-04-30
Posts: 51

Re: DNS-323 Firmware Version 1.08

noem wrote:

What do I put as host when creating a nfs share?

the ip address of your nas

Offline

 

#24 2009-05-17 17:33:25

klein
New member
Registered: 2009-05-17
Posts: 4

Re: DNS-323 Firmware Version 1.08

how do you install the nfs apkg? 

thanks in advance

Offline

 

#25 2009-05-17 20:08:10

forester
New member
Registered: 2009-05-17
Posts: 1

Re: DNS-323 Firmware Version 1.08

noem wrote:

What do I put as host when creating a nfs share?

distination device ip address, ex. popcorn ip.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB