| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| tech:draft-nfsv4-sous-debian [2025/12/11 17:32] – Jean-Baptiste | tech:draft-nfsv4-sous-debian [2026/01/12 15:32] (Version actuelle) – Jean-Baptiste |
|---|
| * 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 |
| |
| |
| # /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> |