Hello, my 9pfuse on mac is something weird. by executing: 9pfuse hebe /n/hebe # hebe is one of my plan9 server (9front) I can see /n/hebe/usr/arisawa/tmp -bash$ ls -l /n/hebe/usr/arisawa/tmp/x ls: /n/hebe/usr/arisawa/tmp/x: No such file or directory # this is OK. I don’t have x -bash$ echo abc >/tmp/a -bash$ cp /tmp/a /n/hebe/usr/arisawa/tmp/x cp: /n/hebe/usr/arisawa/tmp/x: fchmod failed: Result too large -bash$ cat /tmp/a >/n/hebe/usr/arisawa/tmp/x -bash$ ls -l /n/hebe/usr/arisawa/tmp/x -rw-r----- 1 arisawa staff 4 4 22 22:29 /n/hebe/usr/arisawa/tmp/x -bash$ chmod 664 /n/hebe/usr/arisawa/tmp/x chmod: Unable to change file mode on /n/hebe/usr/arisawa/tmp/x: Result too large -bash$ Is this only to me? or any one already have fixed this problem? Kenji Arisawa