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: <886BD23D-A26E-47FF-AEF2-A468AA33654B@gmail.com> Date: Sat, 29 Apr 2017 07:16:16 +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: bb7fbb68-ead9-11e9-9d60-3106f5b1d025 Hello, my 9pfuse on mac is something weird. 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 or more to be received by = 9fans.=