Problem: NFS share not working
|
9th Aug, 2015, 07:47 AM
Post: #1
|
|||
|
|||
NFS share not working
Hi,
So I've been trying all day to get this NFS share to work... I have a Synology DS207+, created my NFS share folders, edited the Quote:insecure_locksetting to just Quote:insecure Now when I want to mount the folder to my Raspberry Pi 2 Xbian with following command: Quote:mount 192.168.0.97:/volume1/Series /media/nas/series I always get this error: Quote:mount.nfs: rpc.statd is not running but is required for remote locking. /etc/fstab looks like this: Quote:# UNCONFIGURED FSTAB FOR BASE SYSTEM And mount -a gives the same error.. Can somebody please help me, would really appreciate it cause I'm getting desperate. Or is there maybe an easier way to mount NFS shares and use them with Transmission and stuff? Thanks |
|||
9th Aug, 2015, 06:58 PM
Post: #2
|
|||
|
|||
RE: NFS share not working
As it says, add -o nolock in the mount command as well as here:
Code: 192.168.0.97:/volume1/Series /media/nas/series nfs rw,defaults,intr,vers=3,nolock 0 0 pilight - modular domotica solution
|
|||
9th Aug, 2015, 11:23 PM
Post: #3
|
|||
|
|||
RE: NFS share not working | |||
« Next Oldest | Next Newest »
|