OK mate i do not have a Linux machine built up right now, but could quickly install Ubuntu on a machine?
when can i get knoppix disk from?(download)
Main Topics
Browse All TopicsI have tried everything i can think of and still i cant get VMWARE ESX to mount a Dlink DNS-323 NAS box.
can someone please tell me if i am doing something wrong i have created a VMKernel with its own IP but still get errors saying (Unable to connect to NAS volume a: NFS Error: Unable to Mount filesystem: Unable to connect to NFS server)
but i can brwose to this NAS device no probs from Win XP Workstation.
Any help sorting this out would be most appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I'm having a similar issue and would be interested in any solution. I can create folders (example: "test") from the terminal in Linux, but they do not show up when I browse the NFS datastore in VMWare ESX 3.5 (even after clicking "refresh"). But if I try to create a new folder from VMWare datastore browser, I am greeted with "Operation failed because file already exists" - yet visually from the datastore browser, the datastore remains empty with no folders.
Any of this sound familiar Versatile1?
Forgot to mention, I've installed third party NFS software on the device, as it doesn't support NFS out of the box.
See: http://herd-of-neurons.com
-Max
I dont know if anyone is still looking for an answer to this. I had the same issue and I found a great post:
http://forum.dsmg600.info/
Excerpt:
You need to start off by installing the fun-plug:
1. Go to http://www.inreto.de/dns32
2. Open it up with winRAR (not winZIP) and place the 2 files onto your DNS-323 (drop them in the initial area where you have mapped your network drive to it).
3. Reboot your DNS-323 and wait until it's fully up and running again
4. Download putty.exe from http://www.chiark.greenend
5. You can use putty to telnet into the DNS-323 by putting in the IP address of the DNS-323, port (23 is default for telnet), and choose the Telnet connection type. Then click on the Open button. A new window should appear that looks similar to a DOS command window. You have now telnet'd into the root area of your DNS-323 as root.
Getting the NFS server up and running
1. Go to http://www.inreto.de/dns32
2. Move the 2 .tgz files onto your DNS-323 (drop them in the initial area where you have mapped your network drive to it).
3. Telnet into your DNS-323 and go to the directory where you put your 2 .tgz files. The command should be: 'cd /mnt/HD_a2' -- without the single quotes
4. Type 'funpkg.sh portmap-6.0.tgz'
5. Type 'funpkg.sh unfs3-0.9.18.tgz'
6. Type 'chmod 755 /mnt/HD_a2/fun_plug.d/star
6. Type 'sh /mnt/HD_a2/fun_plug.d/star
Nothing is lost on the drives.
I tried it, worked just fine. And I have already mounted the NAS in ESXi 4 as an NFS datastore.
-Amit
Business Accounts
Answer for Membership
by: sudamaPosted on 2008-02-27 at 08:51:41ID: 20995619
Do you have a Linux machine that you can use for testing the NFS share? If not, I'd recommend downloading a knoppix disk. You can boot from the knoppix CD, open a command prompt and run the following command:
showmount -e ipaddress
The fact that you can mount the share in Windows is not really relevant, because your NAS is probably sharing out files via Samba (SMB) to the Windows XP box. We need to determine whether it really has an NFS share or not. Check your NAS web-based control panel if it has one to be certain NFS is turned on.