From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v746.3) In-Reply-To: <6bd9d8ab7be366ce990e3d03e9eefeb9@swtch.com> References: <6bd9d8ab7be366ce990e3d03e9eefeb9@swtch.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <24B26BFD-2CBE-4301-846B-BFEB759AA7EA@corpus-callosum.com> Content-Transfer-Encoding: 7bit From: Jeff Sickel Subject: Re: [9fans] v9fs and Russ tra Date: Sun, 2 Apr 2006 22:57:49 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 2c655c92-ead1-11e9-9d60-3106f5b1d025 On Apr 1, 2006, at 3:14 PM, Russ Cox wrote: >> running listen tcp!*!564 and il!*!17008 did the trick with the >> fossil not listening. Now I am getting "permission denied" so I guess >> this is is what you meant by auth problems. > > If you have p9p installed, that's enough to mount with v9fs. > You can use srv -a to get a preauthenticated Unix socket > and then just mount it like any other Unix socket. > For example, if I use: > > srv -a sources.cs.bell-labs.com sources > sudo mount -t 9P -o user=$USER,uid=`id -u`,gid=`id -g`,proto=unix \ > `namespace`/sources /n/sources > > then I can read and write files on sources. That should go into the man page. Now it's time to write a mount_9P for OSX. jas