From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 29 Jan 2015 15:54:16 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] A few questions about 9p Topicbox-Message-UUID: 3deb02f2-ead9-11e9-9d60-3106f5b1d025 size[4] Tattach tag[2] fid[4] afid[4] uname[s] aname[s] size[4] Rattach tag[2] qid[13] you have to provide the afid in the Tattach, so clunking it before attach makes no sense. you can pass NOFID to Tattach when when the fileserver doesnt support authentification. you can also reuse the afid, so keeping it arround after Tattach works just fine. if you only want todo a single attach, you can clunk it after the Tattach. its all documented and better worded in attach(5). -- cinap