From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180705301042k1c320291i8adf4fb970fed460@mail.gmail.com> Date: Wed, 30 May 2007 11:42:19 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] copy/paste between osx and plan9 running in parallels Topicbox-Message-UUID: 76146454-ead2-11e9-9d60-3106f5b1d025 i'm using parallels more and more often nowadays to run Plan 9. one of the things that annoy me is the inability to copy/paste between the hosted plan9 and the hosting osx. i couldn't find a solution anywhere so i wrote a file server that exports the osx snarf buffer to the parallels network via 9p. this fs serves a single file, "snarf", which is mounted before /dev/snarf just before rio is run. you can guess what happens when you write to and from it. more explanation and source can be found here: http://mirtchovski.com/p9/osxsnarf/ here's how my lib/profile looks in the "terminal" section (my parallels machine is called "parr"): if(~ $sysname parr) { # under parallels try to import OSX's # snarf buffer served by osxsnarf srv tcp!10.1.0.2!18001 snarf mount -b /srv/snarf /dev } yes, i did use osxsnarf to copy the above text in rio and paste it in osx.