From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Venkatesh Srinivas Date: Thu, 1 Oct 2009 03:44:05 -0400 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] remedial sources auth, connect, and mount in plan9port Topicbox-Message-UUID: 7abe68f8-ead5-11e9-9d60-3106f5b1d025 Hi, In order to construct an authenticated mount of sources, you will need to start factotum, use srv -a to create an auth-ed connection to the server and to "post" it, and to mount the "posted" connection. (assuming you have a working plan9port install and are on a unix): $ 9 factotum (start factotum in the current 'namespace'. p9p's current namespace is the value of the NAMESPACE environmental variable). $ srv -a sources.cs.bell-labs.com (I am prompted for my userid and password on the server) user[venkatesh]: [mount step; I use v9fs.You will have to adapt if you're using 9pfuse or 9mount] $ sudo mount -t 9p $NAMESPACE/sources.cs.bell-labs.com -o trans=unix Good luck, -- vs