Salut, au cas où, voici mes fichiers de conf.
SERVER: ===== # /etc/exports: the access control list for filesystems which may be # exported to NFS clients. See exports(5). # Raid-5-Array-0 /SAMBA/0_3x80GB/ 192.168.1.0/255.255.255.0 (mp=/SAMBA/0_3x80GB/,root_squash,rw,async) # Raid-5-Array-1 /SAMBA/1_3x120GB/ 192.168.1.0/255.255.255.0 (mp=/SAMBA/1_3x120GB/,root_squash,rw,async) ### LTSP EXPORTS /home 192.168.1.201/255.255.255.0(no_root_squash,rw,async) STATIONS (/etc/fstab): ============= smtp.defcon1:/SAMBA/0_3x80GB /NFS/0 nfs auto,rsize=8192,wsize=8192,nfsvers=3,timeo=14,intr,actimeo=0 0 3 smtp.defcon1:/SAMBA/1_3x120GB /NFS/1 nfs auto,rsize=8192,wsize=8192,nfsvers=3,timeo=14,intr,actimeo=0 0 3 /etc/default/nfs-kernel-server: ================= # Number of servers to start up RPCNFSDCOUNT=8 # Options for rpc.mountd RPCMOUNTDOPTS= /etc/default/nfs-common: =============== # Options for rpc.statd. # Should rpc.statd listen on a specific port? # If so, set this variable to a statd argument like: "--port 1000". STATDOPTS= # Are you _sure_ that your kernel does or does not need a lockd daemon? # If so, set this variable to either "yes" or "no". NEED_LOCKD= Les lignes du serveur et des stations étant évidemment monolithiques (et pour le server, la parenthèse ouvrante collée au netmask.) En espérant que ça t'aide, JY

