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 6D98228A56 for ; Sat, 5 Oct 2024 18:29:13 +0200 (CEST) Received: from maat.thinktankworkspaces.com ([45.79.94.76]) by 9front; Sat Oct 5 12:26:12 -0400 2024 Message-ID: To: 9front@9front.org Date: Sat, 05 Oct 2024 09:26:10 -0700 From: william@thinktankworkspaces.com In-Reply-To: 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: hosting ActivityPub plugin table just-in-time property backend Subject: Re: [9front] 9pfs Reply-To: 9front@9front.org Precedence: bulk Oh I see. I do have a 9front server running. This is my first exeriment with 9pfs. I just wanted to throw 9pfs on a Mac and a few linux boxes. I guess I just wanted to connect without the hassel of ssh or sshfs. But it does sound like I need a few more tools to really get the benefit out of it beyond 9pfs, meaning that I suppose I need plan9ports installed and factotum and a few other things or is that incorrect. Strange enough but I'm kind of getting attached to acme editor and have been using it in my daily life with sshfs and changing code on remote servers. It's light weight as opposed to vscode or intellij running remotely which is heavy. I loose some benefits but I gain others. So I thought to kind of expand with 9pfs and take advantage of some additional features. Quoth Jacob Moody : > On 10/5/24 02:44, william@thinktankworkspaces.com wrote: > > 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 > > I have no idea how fuse works on mac nor am I particularly interested in finding out, > so all I can ask is you check that basics here. > > In this example you gave is '9front' a resolvable hostname? (ie can you 'ping 9front') > Do you have port 564 listening on the 9front box? > You're going to have to give a more full description of what you're trying to do. > >