[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NFS problems with Mac client



* Alex Samad (2008-07-28):

> on the nas box 
> 
> /exports/shared
> -async,no_subtree_check,no_root_squash,insecure,mp=/exports/shared
> 192.168.8.0/22(rw)

Try

  /exports/shared 192.168.8.0/22(rw,async,no_subtree_check,no_root_squash)

and "exportfs -rv"

On the Mac, add to /etc/fstab (assuming your Server is 192.168.8.5):

  192.168.8.5:/exports/shared /yourdir nfs locallocks,udp,sync,resvport,bg,intr,rsize=32768,wsize=32768 0 0

and run "automount -v". 

PS: Locking doesn't work as expected on Leopard. Use "nolock" or
"locallocks". 

-André

-- 
May as well be hung for a sheep as a lamb!
Linkstation/KuroBox/HG/HS/Tera Kernel 2.6/PPC from <http://hvkls.dyndns.org>


Reply to: