D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-323 => Topic started by: brjmac on February 24, 2010, 12:58:27 PM

Title: What is APKG Modules
Post by: brjmac on February 24, 2010, 12:58:27 PM
I upgraded to Firmware 1.08 and I'm looking for the APKG modules.  I can't seem to find where they are or how they are loaded.  I want the NFS support.  I don't see it in the GUI either.

Thanks
Title: Re: What is APKG Modules
Post by: gunrunnerjohn on February 24, 2010, 01:04:48 PM
Look in the Apps and Firmware folders here: ftp://ftp.dlink.com/Multimedia/dns323/
Title: Re: What is APKG Modules
Post by: lescarlson on February 25, 2010, 05:47:52 PM
GunrunnerJohn,
Where do I look to find out what these modules do? Once installed to the 323 are there permanent changes made to the machine? Changes that can't be undone? Is it possible to uninstall these modules with out any repercussions?

I am curious to find out what these modules do but am leery to install without knowing something about what I'm getting into.
Title: Re: What is APKG Modules
Post by: dosborne on February 25, 2010, 07:25:22 PM
Just google the names. You will find lots of information about what they do. If you don't need the functionality, just don't install them, but they can be removed if you do install them.
Title: Re: What is APKG Modules
Post by: mosil on February 26, 2010, 05:40:35 PM
brjmac > Once installed you have the option to Play or Stop it. If you are not happy with it you can delete it and get back to the previous state without any issues.
Title: Using the NFS APKG Modules - D-Link DNS-323
Post by: bskoreyko on March 09, 2010, 08:03:04 AM
Hi there! Thanks for the helpful post... I currently have a Linux server which I am trying to connect to the newly installed DLINK DNS-323 NFS share. On my DNS-323 I have created the following share:

Quote
Host: 192.168.0.36
Path: Volume_1/backup/test
REal path: /mnt/HD_a2/backup/test
Root squash: Yes
R/W: Yes

This is how I am trying to mount the above NFS share:

Quote
mount -t nfs 192.168.0.36:Volume_1/backup/test dlink-dns-323

However each time I try to mount the NFS share I get the following error:

Quote
mount 192.168.0.36:Volume_1/backup/test failed, reason given by server: Permission Denied

Perhaps my NFS mount command is wrong but you should know I have also tried changing the mount path. Assuming the NFS APKG is working right then I have to be doing something wrong however based on the FULL read/write permissions given to then "test" directory I should be able to mount the NFS share.

Thank you in advance!
Title: Re: What is APKG Modules
Post by: D-Link Multimedia on March 09, 2010, 09:39:46 AM
It should be mount 192.168.0.36:/mnt/HD_a2/backup/test as the path not volume_1. Volume_1 is the SMB/CIFS path.
Title: Re: What is APKG Modules
Post by: bskoreyko on March 09, 2010, 04:01:02 PM
Hello, thank you for the prompt reply. Here is the error I receive when trying to mount the share:

Quote
[root@server servername]# mount 192.168.0.36:/mnt/HD_a2/backup/test tmp
mount: mount to NFS server '192.168.0.36' failed: System Error: Connection refused.

I am not sure why I would receive this error, there is no where to set user permissions under the NFS tab... Not sure where to go from here?

Thanks,
Title: Re: What is APKG Modules
Post by: dns-323 on March 14, 2010, 08:34:33 AM
But how do you install it?  ???

I can download them from the FTP but I cannot find any install instructions or an interface..
Title: Re: What is APKG Modules
Post by: dns-323 on March 14, 2010, 08:38:09 AM
Nevermind.. I found it...

Advanced -> Add On's  8)
Title: Re: What is APKG Modules
Post by: dns-323 on March 14, 2010, 10:35:11 AM
Ok.. now I am on the same page.. I am trying to add the NFS storage to my vmware ESXi and I am also getting permission denied message. Where can we set permissions on NFS storage? I have given full read write permission to the folder and used Real path for mapping...

Thanks..


 

Title: Re: What is APKG Modules
Post by: dns-323 on March 14, 2010, 10:47:36 AM
I got it.. I was taking the Hostname field to be the destination host while setting up NFS. I just found out it needs to be the source ip. This is fantastic.. Thanks D-link..
Title: Re: What is APKG Modules
Post by: Rodent on March 14, 2010, 04:37:40 PM
I got it.. I was taking the Hostname field to be the destination host while setting up NFS. I just found out it needs to be the source ip. This is fantastic.. Thanks D-link..

Glad its working for you...

This is to D-link....For a device that you guys are calling a home device it nice to know that when I get my vmware ESX server up and running like the 100's maybe 1000's (or maybe just 1 or 2) of other home users I can turn it into an ESX storage unit, but when it comes to what a lot more users are requesting like anonymous shares while having access controlled folders, this is beyond your capabilities.

Let’s get your priorities straight and work for the masses and not the minority...

R.
Title: Re: What is APKG Modules
Post by: bskoreyko on April 10, 2010, 11:01:22 PM
dns-323, how did you mount the nfs directory? I am unable to do it via the command line, were you using the GUI... I am still unable to mount the nfs directory... my share is setup but i cannot access, nfs is started... so what am i missing?

1) how did you setup your share on the dns-323

2) how did you mount the nfs directory on your linux machine

Thanks,
Title: Re: What is APKG Modules
Post by: beefert on April 25, 2010, 10:33:27 PM
Try installing mount.nfs. It is a subcommand of 'mount' and is installed when you install the nfsutils package for linux.
Title: DLINK DNS-323: How to mount an NFS share
Post by: bskoreyko on May 07, 2010, 03:05:16 PM
Yeah that is already installed... here is some more info:

Quote
[root@servername ~]# mount -v 192.168.0.36:/mnt/HD_a2/nfs dns323
mount: no type was given - I'll assume nfs because of the colon
mount: trying 192.168.0.36 prog 100003 vers 3 prot tcp port 2049
mount: trying 192.168.0.36 prog 100005 vers 3 prot udp port 784
mount: 192.168.0.36:/mnt/HD_a2/nfs failed, reason given by server: Permission denied

I am starting to think I should buy a different NAS device...