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.4 required=5.0 tests=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 CB13028872 for ; Sat, 5 Oct 2024 09:46:01 +0200 (CEST) Received: from maat.thinktankworkspaces.com ([45.79.94.76]) by 9front; Sat Oct 5 03:44:20 -0400 2024 Message-ID: To: 9front@9front.org Date: Sat, 05 Oct 2024 00:44:17 -0700 From: william@thinktankworkspaces.com In-Reply-To: <1a3f94af-ccd5-4600-8e37-646b483af3e4@posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: cloud shader interface Subject: Re: [9front] 9pfs Reply-To: 9front@9front.org Precedence: bulk This is the one. I see the file now. So I'm missing a fuse library or fuse mount point mtpt? Quoth Jacob Moody : > 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 > >