I have a problem with nfs. The line in /etc/exports file looks like this /home/bertus bbb(rw,all_squash,anonuid=1000,anongid=100) I want to export "/home/bertus" with user_id 1000 and group_id 100. When I mount it on server bbb it have a user_id and group_id of 4294967294. I will appreciate it if some one can telll me what I'm doing wrong. Chris