Bonjour.
Excusez moi je viens de me rendre compte en me relisant qu'en effet il manque pas mal d'information.
Alors tout les ordinateurs sont sous Ubuntu 16.04 64 bits. J'utilise fstab pour monter mon partage (j'ai créer une commande au démarrage pour chaque PC).
Le retour du
cat /etc/exports
donne
# /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)
## Dossier partagé :
/home/roussettes/Documents 192.168.0.0/255.255.0.0(rw,all_squash,anonuid=1000,anongid=1000,sync)
Celui du
cat /etc/fstab
donne
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=7735c8e3-d033-4c19-9d4d-3cf67f8db71e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=a8acdc9e-ec55-41a1-ac6b-9637c1e44acd none swap sw 0 0
192.168.1.34:/home/roussettes/Documents /media/sauvegarde nfs user,noauto 0 0
Merci d'avance