From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 3 Dec 2007 23:37:32 +0100 From: John Soros To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Message-ID: <20071203233732.4792346a@j0hnh4x0r.sorosj.hd.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [9fans] 9pfuse error: 'unexpected open flags' Topicbox-Message-UUID: 11047f80-ead3-11e9-9d60-3106f5b1d025 Hi! I'm trying to mount my cpu server's filesystem on my linux pc. I have updated p9p to the latest version using hg pull -u. the steps I do to mount it are: $ srv -a servername $ 9 mount `namespace`/servername /mnt/servername after this, if I do $ ls /mnt/servername it tells me unexpected open flags 02304000ls: cannot open directory /mnt/servername: Permission denied although I can cd into a directory: $ cd /mnt/servername/usr but then ls fails with the same error, and cding into a non-existent directory doesn't work: $ cd /mnt/servername/fubar bash: cd: /mnt/servername/fubar: No such file or directory cheers Johnny