Hi;
I'm useing the guide to setup my server.
3 gig,dual core 2 harddrives.
Now I can see hd in the gui on the server and browse it.
I see files etc. but I can't browse via term/ssh and do not see nfs shares in kodi.
I used the all lan ip setup 192.168.**
I've installed nfs -common on mint18 .
i've added nfs ports to firewall on mint 18 setup.
harddrive is sda1/mymedia mounted as my media via uuid.
OS is on sdb1 i think.
my mint18 (my desktop) is assigned ip via mac in ddwrt as well as the serves always same address.
I have Lamp,openssh installed an min lxde desktop.
here is my exports:
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_sub$
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#Export media to all IP address under 192.168.1.X
/mymedia/movies 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/Music 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/tv 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/pictures 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/Videos 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
#
thank you for any help
I'm useing the guide to setup my server.
3 gig,dual core 2 harddrives.
Now I can see hd in the gui on the server and browse it.
I see files etc. but I can't browse via term/ssh and do not see nfs shares in kodi.
I used the all lan ip setup 192.168.**
I've installed nfs -common on mint18 .
i've added nfs ports to firewall on mint 18 setup.
harddrive is sda1/mymedia mounted as my media via uuid.
OS is on sdb1 i think.
my mint18 (my desktop) is assigned ip via mac in ddwrt as well as the serves always same address.
I have Lamp,openssh installed an min lxde desktop.
here is my exports:
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_sub$
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#Export media to all IP address under 192.168.1.X
/mymedia/movies 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/Music 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/tv 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/pictures 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
/mymedia/Videos 192.168.1.6/24(rw,async,insecure,no_subtree_check,nohide)
#
thank you for any help