D-Link Forums
The Graveyard - Products No Longer Supported => D-Link Storage => DNS-321 => Topic started by: justauser on December 28, 2009, 12:28:42 PM
-
I've read the threads and can't seem to get a Linux box to mount the DNS-321 via NFS.
I have host set to 192.168.1.0/16 and set the rootsquash to no. I get that the mount is /Volume_1/webpages
I go to my linux system and enter:
mount -t nfs 192.168.1.7:/Volume_1/webpages /mnt/data
and get a permissions error. I tried the full path /mnt/HD_a2/webpages and the mount hangs. Thoughts/hints anyone?
-
copy/paste:
====================
I have this set up.
NAS:
nfs host is set up as 192.168.0.0/24 (assuming your network is 192.168.0.0/255.255.255.0)
path: Volume_1/some/folder
Real path: /mnt/HD_a2/some/folder
Linux machine (mine is suse):
/etc/fstab:
nashostname:/mnt/HD_a2/some/folder /mnt/nas nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
====================