2011-09-04, 19:18
I'm getting the following error in the logs when trying to setup LAN NFS sharing from my Synology (running DSM 3.1) to a ATV2 on the 9/3 nightly. sharing
SMB sharing works, but hiccups with a few mkvs so I wanted to test out NFS. I looked at the wiki here and I have:
- shares for /Movies and /TV on the Synology
- a user 501 on the Synology with access to those two shares
- enabled ssh
I tried to run cat /etc/exports in ssh but nothing is returned by the command
In the ATV2, if I try to create a source, I can see my NAS on 192.168.1.23 but when I click through nothing happens:
I'm sure I missed something, and appreciate any assistance
*edit*
I found NFS Privileges under Shares, which I set for:
- Client * (tried 192.168.1.* as well)
- Privilege: Read Only
- Root Squash: No Mapping
- Asynchronous: Yes (tried no as well)
I can now see my two mounts...volume1/Movies and volume1/TV when I browse under NFS, but can't click past that
In the logs it's showing permission denied
[CODE]13:29:56 T:112070656 ERROR: NFS: Failed to mount nfs share: /volume1/Movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
13:29:56 T:110727168 ERROR: GetDirectory - Error getting nfs://192.168.1.23/volume1/Movies/
13:29:56 T:110727168 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.23/volume1/Movies/) failed
13:29:58 T:112070656 ERROR: NFS: Failed to mount nfs share: /volume1/Movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
13:29:58 T:110727168 ERROR: GetDirectory - Error getting nfs://192.168.1.23/volume1/Movies/
13:29:58 T:110727168 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.23/volume1/Movies/) failed
13:29:58 T:112070656 ERROR: NFS: Failed to mount nfs share: /volume1/Movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
13:29:58 T:110727168 ERROR: GetDirectory - Error getting nfs://192.168.1.23/volume1/Movies/
13:29:58 T:110727168 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.23/volume1/Movies/) failed[CODE]
Code:
ERROR: GetDirectory - Error getting nfs://192.168.1.23/Movies/
SMB sharing works, but hiccups with a few mkvs so I wanted to test out NFS. I looked at the wiki here and I have:
- shares for /Movies and /TV on the Synology
- a user 501 on the Synology with access to those two shares
- enabled ssh
I tried to run cat /etc/exports in ssh but nothing is returned by the command
In the ATV2, if I try to create a source, I can see my NAS on 192.168.1.23 but when I click through nothing happens:
Code:
11:20:22 T:67420160 ERROR: GetDirectory - Error getting nfs://192.168.1.23
11:20:22 T:67420160 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.23) failed
I'm sure I missed something, and appreciate any assistance
*edit*
I found NFS Privileges under Shares, which I set for:
- Client * (tried 192.168.1.* as well)
- Privilege: Read Only
- Root Squash: No Mapping
- Asynchronous: Yes (tried no as well)
I can now see my two mounts...volume1/Movies and volume1/TV when I browse under NFS, but can't click past that
In the logs it's showing permission denied
[CODE]13:29:56 T:112070656 ERROR: NFS: Failed to mount nfs share: /volume1/Movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
13:29:56 T:110727168 ERROR: GetDirectory - Error getting nfs://192.168.1.23/volume1/Movies/
13:29:56 T:110727168 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.23/volume1/Movies/) failed
13:29:58 T:112070656 ERROR: NFS: Failed to mount nfs share: /volume1/Movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
13:29:58 T:110727168 ERROR: GetDirectory - Error getting nfs://192.168.1.23/volume1/Movies/
13:29:58 T:110727168 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.23/volume1/Movies/) failed
13:29:58 T:112070656 ERROR: NFS: Failed to mount nfs share: /volume1/Movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
13:29:58 T:110727168 ERROR: GetDirectory - Error getting nfs://192.168.1.23/volume1/Movies/
13:29:58 T:110727168 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.23/volume1/Movies/) failed[CODE]