From mboxrd@z Thu Jan 1 00:00:00 1970 From: arisawa Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <5709BAE7-247B-4B33-A7B7-137E86CDCF42@gmail.com> Date: Sun, 23 Apr 2017 06:52:47 +0900 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: [9fans] p9p: 9pfuse Topicbox-Message-UUID: bab23102-ead9-11e9-9d60-3106f5b1d025 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=E2=80=99t have tmp/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$=20 Is this only to me? or any one already have fixed this problem? Kenji Arisawa P.S. it seems that I need to send mail twice to be received by 9fans.