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=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham 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 9514F28F0E for ; Sun, 16 Jun 2024 20:02:19 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Sun Jun 16 14:00:33 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id fe4c4569 for <9front@9front.org>; Sun, 16 Jun 2024 11:00:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=hwN1Rb8bgWmp GVHRWt65IbmKvzc=; b=XEmLjDQeGowbyzvYY56EL5uKjFHoceVv/Luspc/9t2a6 Hmv7wZFnRyldryoHoDhHvSVscSGJqplAec57pvdLw7js/HH8kvdjiJrZ0kRur3Cv QKDS4SL1b4H1QpsFw6appCJi468phMeSBhqFHNvYX4OIaqDjTeCwUmiBSdb5XBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=HYq4DsmR2P2V3TGIQ86 6GrN6a3JKv6vbF4vPQy0D2ZAgonlzDrerpE0gE1S3+NDvh6chUMHiefZSUGU6ztr g+HYAgJGzW5eRbZfwviXHAv88fKq2plegQ3VlRTIEvF2WybmPSwRnqBXhPpZbL/q 59Oa2IS8gYGFXhMfEUJAnevM= Received: from abbatoir (pool-108-6-24-2.nycmny.fios.verizon.net [108.6.24.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id c62e97d1 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 16 Jun 2024 11:00:31 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Sun, 16 Jun 2024 14:00:29 -0400 From: ori@eigenstate.org In-Reply-To: <4898776.GXAFRqVoOG@cixi> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: shared high-performance enhancement replication Subject: Re: [9front] Staying up-to-date Reply-To: 9front@9front.org Precedence: bulk Quoth Thomas Nemeth : > Le vendredi 14 juin 2024 22:11:48 CEST, vous avez écrit : > > the best is to pxe boot from a proper fileserver and learn to forget > > all those sd card problems. > > That's an idea, indeed. Seen it in the FQA. > > Although I'm quite familiar with PXE, BOOTP and DHCP due to my work > on Linux embedded systems for ~25y, I'm not when it's related to > Plan9 and I find the documentation hard to follow -_-; > > It seems to be Plan9-fileserver oriented (obviously). > > In the mean time I was looking at `man 8 fs` and found that the > fs "check" command could be used to check for a filesystem > integrity. But it's nowhere to be found on the console (in the > current state of my research). the manpages here need a rewrite; they're somewhat.. uh.. historical. fs(8) is more or less for cwfs; hjfs has its own console, and gefs has its own. > I also wanted to know which filesystems where mounted and couldn't > find it in the man pages of the commands specified in the > unix2plan9 wiki page. Thanks to fshalt I found out that the root > filesystem was hjfs :) > > Even though I've been playing occasionally with Plan9 and then > 9front for ~10y, I still don't feel confident enough for system > administration. Yes, it's not difficult, but it's certainly different. A smaller community also means a lot less documentation.