Associate
- Joined
- 10 Nov 2008
- Posts
- 986
- Location
- Badgersford
Right got it. Great little bit of kit.
I have an issue with NFS though...can someone help? I am running FreeNFS on my W7 PC with D:\ exported. Then I'm trying to mount the "Films" folder from the export on my (RPi) client...
Can anyone help? I don't know why it's saying access denied![Confused :confused: :confused:](/styles/default/xenforo/vbSmilies/Normal/confused.gif)
I checked Windows FW and it's fine (even turned it off just to be sure)
I have an issue with NFS though...can someone help? I am running FreeNFS on my W7 PC with D:\ exported. Then I'm trying to mount the "Films" folder from the export on my (RPi) client...
Code:
root@raspberrypi:/# mount -t nfs -vvv -o vers=3 192.168.1.94:/Films /mnt
mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
mount: UID: 0
mount: eUID: 0
mount: spec: "192.168.1.94:/Films"
mount: node: "/mnt"
mount: types: "nfs"
mount: opts: "vers=3"
mount: external mount: argv[0] = "/sbin/mount.nfs"
mount: external mount: argv[1] = "192.168.1.94:/Films"
mount: external mount: argv[2] = "/mnt"
mount: external mount: argv[3] = "-v"
mount: external mount: argv[4] = "-o"
mount: external mount: argv[5] = "rw,vers=3"
mount.nfs: timeout set for Fri Dec 21 20:22:53 2012
mount.nfs: trying text-based options 'vers=3,addr=192.168.1.94'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 192.168.1.94 prog 100003 vers 3 prot TCP port 2049
mount.nfs: portmap query failed: RPC: Authentication error
mount.nfs: access denied by server while mounting 192.168.1.94:/Films
Can anyone help? I don't know why it's saying access denied
![Confused :confused: :confused:](/styles/default/xenforo/vbSmilies/Normal/confused.gif)
I checked Windows FW and it's fine (even turned it off just to be sure)