From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20108 invoked from network); 30 May 2021 22:44:12 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 30 May 2021 22:44:12 -0000 Received: from mx.sdf.org ([205.166.94.24]) by 1ess; Sun May 30 18:38:16 -0400 2021 Received: from sdf.org (IDENT:adr@sdf.org [205.166.94.16]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 14UMUkFJ011853 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for <9front@9front.org>; Sun, 30 May 2021 22:30:47 GMT Received: (from adr@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 14UMUkLr013680 for 9front@9front.org; Sun, 30 May 2021 22:30:46 GMT Date: Sun, 30 May 2021 22:30:46 +0000 From: adr@SDF.ORG To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: SSL over XMPP standard rails-aware DOM event-based locator Subject: Re: [9front] I can't make sdloop(3) work Reply-To: 9front@9front.org Precedence: bulk On Sun, May 30, 2021 at 07:23:58PM +0930, Alex Musolino wrote: > Looks like you have to add sdloop to the misc section of > /sys/src/9/bcm64/pi4. Then rebuild your kernel. Thanks!, it is working now, but partitions aren't shown: ; echo config switch on spec l type loop//n/data/plan9/9front-8392.16c5ead832f2.pi3.img!1024 >/dev/sdctl ; disk/fdisk /dev/sdl0/data cylinder = 4128768 bytes * p1 0 50 (50 cylinders, 196.87 MB) FAT32 p2 50 957 (907 cylinders, 3.48 GB) PLAN9 >>> q ; ls /dev/sdl0/ /dev/sdl0/ctl /dev/sdl0/data /dev/sdl0/raw Am I missing something? Regards.