On 04/10/2011 19:08, Jens Staal wrote:
When I then try something like

cp -ar sources/plan9/sys/src/ape ape

I get an error stating:
unexpected open flags 0500000cp: can not open
”sources/plan9/sys/src/ape/9src/mkfile” for reading: Access denied


Hi,

This is working for me without plan9port (Debian GNU/Linux):

  $ mkdir -p /n/sources
  $ mount -t 9p -o proto=tcp 204.178.31.11 /n/sources
  $ cp -ar /n/sources/plan9/sys/src/ape /tmp/ape

Nicolas

Reply via email to