D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-320 => Topic started by: hellohello on February 10, 2011, 04:57:14 AM

Title: DNS-320 Cannot see volume in Ajaxplorer
Post by: hellohello on February 10, 2011, 04:57:14 AM
Hi,

I have a DNS-320 with two Samsung 2TB drives in RAID-1. When I open Ajaxplorer on the NAS's web applications, I cannot see the volume on the drive. Therefore I cannot access any of my files. The volume name is Volume_1 but I cant see this anywhere in Ajaxplorer. Is there some path I need to type in or something?

Thanks
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: Joke on February 10, 2011, 02:37:04 PM
I could not get it to work either, so I gave up on that.
According to support there is supposed to be some changes to the AjaXplorer in the upcoming firmware. Mayby it will work then.
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: drbond on February 11, 2011, 06:25:53 AM
As far as I've been able to understand, AJaxplorer can only 'see' files that are placed in the AJax folder within Volume_1.

ie. Volume1\Ajax\'place stuff here'

It can't 'see' the entire of volume 1 unless you dropped everything into the ajax folder.

Personally i think its kinda useless and not really sure what application i would use it for? Anyone?
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: albert on February 14, 2011, 07:05:03 AM
Don't really need to place the physical file(s) in Ajax folder, just need to create symbolic link pointing to the target folder.
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: visor66 on March 08, 2011, 12:34:35 PM
Don't really need to place the physical file(s) in Ajax folder, just need to create symbolic link pointing to the target folder.

Hi Albert,

Can you provide us with an example of how to make the symolic link?

thx!
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: albert on March 08, 2011, 04:31:29 PM
Hi Albert,

Can you provide us with an example of how to make the symolic link?

thx!

Just type the following command:
Code: [Select]
cd /mnt/HD/HD_a2/Ajaxpf/
ln -s /mnt/HD/HD_a2 volume1

This will create a symbolic link called volume1 (can be any name) that link back to Volume_1 (absolute path is /mnt/HD/HD_a2). Next time you launch Ajaxplorer, volume1 will appear as folder and all its content will be accessible.

Hope this help.
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: visor66 on March 16, 2011, 06:51:56 AM
Hi Albert,

How do i type the commands. Do i need the fun_plug?

cheerz
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: TekDes on March 16, 2011, 07:33:29 AM
Oh yes, I would like to know too
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: albert on March 16, 2011, 11:50:28 PM
@visor66 & TekDes,

In order to have shell access you need to install Fonz Fun-plug. Getting it install is as simple as coping the files over to Volume_1, making some changes and restarting the NAS.
Title: Re: DNS-320 Cannot see volume in Ajaxplorer
Post by: kmanpilkers on August 04, 2013, 03:37:41 PM
Many thanks for this guide - just used it myself and it worked a real treat :)