From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SUBJ_LACKS_WORDS autolearn=no autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 39A0A20917 for ; Sat, 5 Oct 2024 07:13:46 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Sat Oct 5 01:12:50 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1728105139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9Wdm/DJx3yYdrpmQtLdjkBeK+PzXUvUm45YWPfCSY0s=; b=adr0X4glj4kfbAXahBHaN8d9MelWtlEyBqyeHip5dYeNJyJIaCrcNWAZkNqB17ZnLS3XVY 3Z/IlYVYejMyqEJUtY4UbXSjZUE7240TLB8Z9HLQl2QCfLvGkRP14bON/Cu5UQSPa99QI1 oU2ve1Sn7PKb5QRth61Jv5oT31nUUpY= Received: from [192.168.168.200] (173-22-56-200.client.mchsi.com [173.22.56.200]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id df3095d2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Sat, 5 Oct 2024 00:12:18 -0500 (CDT) Message-ID: <1a3f94af-ccd5-4600-8e37-646b483af3e4@posixcafe.org> Date: Sat, 5 Oct 2024 00:12:48 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: <62F9514C8B5AC472F7A971676FC442B1@thinktankworkspaces.com> Content-Language: en-US From: Jacob Moody In-Reply-To: <62F9514C8B5AC472F7A971676FC442B1@thinktankworkspaces.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: component configuration solution Subject: Re: [9front] 9pfs Reply-To: 9front@9front.org Precedence: bulk On 10/4/24 23:14, william@thinktankworkspaces.com wrote: > Usage: 9pfs [-anUfd] [-A aname] [-p port] [-u user] [-o option] service mtpt > > MacBook-Pro 9pfs % ./9pfs -o allow_other 9front /mnt > 9pfs: nodename nor servname provided, or not known > > Do we have a man page for this. I was not sure of the syntax -anUfd, I'm guessing > U=uid or something a=auth. Some sample examples would be nice. You'll have to clarify which 9pfs you are using, there are more than a couple floating around. These projects, while related to plan 9 and sometimes worked on by 9front folks, are not really part of the project as a whole. If you want to use one I would probably suggest the one that sigrid worked on[0], which has a man page in the repo as '9pfs.1' [0] https://github.com/ftrvxmtrx/9pfs Thanks, moody