Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84834

NFSv4 Mount not work

$
0
0
Hi,

I've a Problem with my Raspbmc and my Raspbian. I change my NAS from ArchLinux to Raspbian and now I've transfer the config, but it doesnt work for me.

Code:
root@nas:/home/pi# nano /etc/exports
/srv/nfs4/data 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)
/srv/nfs4/backup 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)
/srv/nfs4/data/Audiobooks 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)
/srv/nfs4/data/iTunesMedia/Music 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)
/srv/nfs4/data/Movies/Dokumentation 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)
/srv/nfs4/data/Movies/Spielfilme 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)
/srv/nfs4/data/Movies/TV-Serien 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)
/srv/nfs4/data/Pictures 192.168.1.0/24(rw,all_squash,insecure,nohide,no_subtree_check)

Code:
pi@pi1:~$ showmount -e 192.168.1.10
Export list for 192.168.1.10:
/srv/nfs4/data/Pictures             192.168.1.0/24
/srv/nfs4/data/Movies/TV-Serien     192.168.1.0/24
/srv/nfs4/data/Movies/Spielfilme    192.168.1.0/24
/srv/nfs4/data/Movies/Dokumentation 192.168.1.0/24
/srv/nfs4/data/iTunesMedia/Music    192.168.1.0/24
/srv/nfs4/data/Audiobooks           192.168.1.0/24
/srv/nfs4/backup                    192.168.1.0/24
/srv/nfs4/data                      192.168.1.0/24

The showmount work fine, also the mount:

Code:
pi@pi1:~$ sudo mount 192.168.1.10:/srv/nfs4/data/Movies/Spielfilme/ /mnt/
pi@pi1:~$ mount
/dev/mmcblk0p2 on / type ext4 (rw,noatime)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,noexec,nosuid,relatime,gid=5,mode=620)
/dev/mmcblk0p1 on /boot type vfat (rw,noatime)
192.168.1.10:/srv/nfs4/data/Movies/Spielfilme/ on /mnt type nfs (rw,vers=4,addr=192.168.1.10,clientaddr=192.168.1.20)
pi@pi1:~$

BUT when i try it from XBMC directly, I've get this:

Code:
pi@pi1:~$ tail -n 100 -f /var/log/xbmc.log
10:48:30 T:2884629568   ERROR: NFS: Failed to mount nfs share:  (mount/mnt call failed with "Server responded: Program version mismatch")
10:48:30 T:2884629568   ERROR: GetDirectory - Error getting nfs://192.168.1.10/srv/nfs4/data/Movies/Dokumentation/


Can anybody help me please? I search many hours without a solution....

Thanks!

Viewing all articles
Browse latest Browse all 84834

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>