Dear Sir, Thank you first for your prompt reply since this issue is really bugging me and the users since many months (well, since we move to testing of Debian). Under stable, and previous distro debian, we never had such an issue. NFS was great.
So the fstab and export contain as follows: cat /etc/exports Code: --------- # /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) # /home 192.168.1.0/24(rw,root_squash) --------- On client(s), /etc/fstab Code: --------- 192.168.1.100:/home /home nfs defaults 0 0 --------- I used these methods/files since many many years since almost the early begin of debian (at least for client). Thanks in advance. Hoping that you have necessary information, and wishing you a pleasant day, Kind regards Y. On Sun, Jan 9, 2011 at 6:59 PM, LaMont Jones <lam...@debian.org> wrote: > On Sun, Jan 09, 2011 at 11:57:52AM +0100, yellow wrote: > > then the client NFS has into /etc/fstab > > mount the NFS > > IP:/home /home nfs with here regullar parameters > > What specifically does the line say (ignoring the IP address). > "regular parameters" has many posible meanings > > lamont >