Hallo,
auf dem Server ist folgendes konfiguriert:
root@backupserver:~# cat /etc/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_subtree_check)
#
# 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)
#
/backupwin10/ubuntuzfs/arubuntu 192.168.0.0/24(rw,no_root_squash,no_subtree_check)
/backupwin10/andyr_win10 192.168.0.0/24(rw,no_root_squash,no_subtree_check,anonuid=1001)
Ein Beispiel auf dem Client in der fstab:
192.168.0.59:/backupwin10/ubuntuzfs/arubuntu /media/backupwin10freigabe nfs auto,_netdev,nofail,noatime,nolock,intr,tcp,actimeo=>
192.168.0.59:/backupwin10/andyr_win10 /mnt/share nfs rw,user 0 0
Ich habe es inzwischen auch mit autofs versucht, genau dasselbe Problem.
Die Ausgabe von ss -tl ergibt:
tate Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 4096 127.0.0.1:ipp 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:webmin 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:44451 0.0.0.0:*
LISTEN 0 4096 127.0.0.53%lo:domain 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:46009 0.0.0.0:*
LISTEN 0 50 0.0.0.0:microsoft-ds 0.0.0.0:*
LISTEN 0 50 0.0.0.0:netbios-ssn 0.0.0.0:*
LISTEN 0 100 0.0.0.0:smtp 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:sunrpc 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:35677 0.0.0.0:*
LISTEN 0 64 0.0.0.0:nfs 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:52575 0.0.0.0:*
LISTEN 0 4096 127.0.0.54:domain 0.0.0.0:*
LISTEN 0 64 0.0.0.0:38223 0.0.0.0:*
LISTEN 0 4096 *:9090 *:*
LISTEN 0 4096 [::]:webmin [::]:*
LISTEN 0 4096 [::]:43943 [::]:*
LISTEN 0 4096 [::]:59413 [::]:*
LISTEN 0 4096 [::]:60425 [::]:*
LISTEN 0 50 [::]:microsoft-ds [::]:*
LISTEN 0 4096 [::1]:ipp [::]:*
LISTEN 0 50 [::]:netbios-ssn [::]:*
LISTEN 0 100 [::]:smtp [::]:*
LISTEN 0 4096 *:ssh *:*
LISTEN 0 4096 [::]:sunrpc [::]:*
LISTEN 0 4096 [::]:50919 [::]:*
LISTEN 0 64 [::]:nfs [::]:*
LISTEN 0 64 [::]:37241 [::]:*