View Single Post
  #5   (View Single Post)  
Old 25th August 2010
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

One further thought along the same line. On the client machines, are there entries in /etc/fstab for this nfs mount, which have options which may be getting picked up?

For example, my Linux client accessing NetBSD NFS server uses these options in the fstab:
Code:
myserver:/home/dos  /home/dos  nfs   rw,rsize=65536,wsize=65536,posix,noauto,nfsvers=3,nordirplus
(The details of this example are probably not relevant to your problem.)

Last edited by IdOp; 29th August 2010 at 07:14 PM. Reason: acronym failure
Reply With Quote