Package Versions:
ii  nfs-common                          1:1.1.6-1                   NFS support files common to client and serve
ii  nfs-kernel-server                   1:1.1.6-1                   support for NFS kernel server

/etc/exports:
/data     192.168.2.3(rw,sync,no_wdelay,nohide,crossmnt,all_squash,no_acl,no_subtree_check,anonuid=0,anongid=0)


Problem:

When mounting between comparable Debian systems on the same release, all_squash *works* as intended. When mounting mount point to AS/400, files created do not inherit the anonuid; remote uid's are preserved (e.g. non-root uid 1261). Interestingly enough, anongid is honored. 

In this example, a file was created by the AS/400 in the mount point. The uid is 1261 even though it should be 0 (anonuid=0).

image1:/mnt/test# ls -l test.txt
-rw-rw-rw- 1 1261 root 16 2009-06-08 15:41 test.txt


Best,


Erik Osterman
(310) 963-3287 mobile
(707) 215-7800 fax


BEGIN:VCARD
VERSION:3.0
N:Osterman;Erik;;;
FN:Erik Osterman
TITLE:Software Consultant
EMAIL;type=INTERNET;type=WORK;type=pref:e...@osterman.com
TEL;type=CELL;type=pref:310-963-3287
TEL;type=WORK:707-215-7800
item1.URL;type=pref:http\://www.osterman.com
item1.X-ABLabel:_$!<HomePage>!$_
item2.URL:http\://www.linkedin.com/in/osterman
item2.X-ABLabel:linkedin
BDAY;value=date:1978-11-05
X-JABBER;type=WORK;type=pref:oster...@gmail.com
X-ABUID:49A507C3-706F-4D25-922B-920938EC017F\:ABPerson
END:VCARD

Reply via email to