Outils pour utilisateurs

Outils du site


tech:draft-nfsv4-sous-debian

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:draft-nfsv4-sous-debian [2025/12/10 21:40] Jean-Baptistetech:draft-nfsv4-sous-debian [2026/01/12 15:32] (Version actuelle) Jean-Baptiste
Ligne 14: Ligne 14:
 * http://wiki.linux-nfs.org/wiki/index.php/Nfsv4_configuration * http://wiki.linux-nfs.org/wiki/index.php/Nfsv4_configuration
 * https://www.suse.com/communities/blog/configuring-nfsv4-server-and-client-suse-linux-enterprise-server-10/ * https://www.suse.com/communities/blog/configuring-nfsv4-server-and-client-suse-linux-enterprise-server-10/
 +* https://blog.stephane-robert.info/docs/services/stockage/nfs/ 
 +* https://inetdoc.net/pdf/sysadm-net.nfs.pdf
  
  
Ligne 82: Ligne 83:
 # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check) # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
 # #
-/export         192.168.1.0/24(rw,sync,fsid=0,no_subtree_check) 127.0.0.1(rw,sync,fsid=0,no_subtree_check)+/export         192.168.1.0/24(rw,sync,fsid=0,crossmnt,no_subtree_check) 127.0.0.1(rw,sync,fsid=0,crossmnt,no_subtree_check)
 /export/partage 192.168.1.0/24(rw,sync,nohide,insecure,no_subtree_check) 127.0.0.1(rw,sync,nohide,insecure,no_subtree_check) /export/partage 192.168.1.0/24(rw,sync,nohide,insecure,no_subtree_check) 127.0.0.1(rw,sync,nohide,insecure,no_subtree_check)
 </code> </code>
Ligne 175: Ligne 176:
  
 Voir /var/lib/nfs/ Voir /var/lib/nfs/
 +
 +
 +=== Disable rpcbind on NFS server (RedHat)
 +
 +Source : https://www.spinics.net/linux/fedora/fedora-users/msg513100.html
 +
 +<code bash>
 +systemctl mask --now rpc-statd.service rpcbind.service rpcbind.socket
 +systemctl restart nfs-server
 +</code>
  
  
tech/draft-nfsv4-sous-debian.1765399244.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki