• February 24, 2025, 12:45:55 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: NFS - can't mount the hsare  (Read 4297 times)

justauser

  • Level 1 Member
  • *
  • Posts: 21
NFS - can't mount the hsare
« 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?
Logged

r!ng0

  • Level 2 Member
  • **
  • Posts: 32
Re: NFS - can't mount the hsare
« Reply #1 on: December 28, 2009, 07:29:38 PM »

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
====================
Logged