I tried to make my Raspbian an NFS server.
I installed packages nfs-kernel-server and nfs-common.
Then, I add this line in /etc/exports:
This is what I see when I start the NFS server (service nfs-kernerl-server start):/home/partage/ 192.168.1.101(rw,all_squash,anonuid=1000,anongid=1000,sync)
Portmap (or portmapper) seems to don't exist in this distribution. So, I launch rpcbind.Exporting directories for NFS kernel daemon...exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.101:/home/partage/".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
.
Starting NFS kernel daemon: nfsd
Not starting: portmapper is not running ... (warning).
And, now this is what I see when I start the NFS server:
I don't know what to do now... Can you help me? Thanks!Exporting directories for NFS kernel daemon...exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.101:/home/partage/".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
.
Starting NFS kernel daemon: nfsdrpc.nfsd: address family inet6 not supported by protocol TCP
mountdrpc.mountd: svc_tli_create: could not open connection for udp6
rpc.mountd: svc_tli_create: could not open connection for tcp6
rpc.mountd: svc_tli_create: could not open connection for udp6
rpc.mountd: svc_tli_create: could not open connection for tcp6