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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 22050 invoked from network); 18 Jun 2021 10:25:48 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 18 Jun 2021 10:25:48 -0000 Received: from out1.migadu.com ([91.121.223.63]) by 1ess; Fri Jun 18 04:02:44 -0400 2021 Date: Fri, 18 Jun 2021 08:02:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pixelhero.dev; s=key1; t=1624003362; 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=TCMCABpbBSRWH/iceaQdjv87meTZgAh8csUi2DLwq0U=; b=hfaA5fDGPwvAdJHlkCRyGikMnWSXH44SYupjkuA15/UY9Rp56k5ZM21mYYYVzqpBR0fMhJ kSyJfRPX8fQAXbIyBSXS6CXIQVUuQ4Dp5LMS5Mop7O39MGOcQjph4jnfuduCUdeL7BNVvK US4EMeXA8w4f5NukfsRYLcpvB3awnULnFRo7vPKF9PogErf9h657SPC+U+KjgHhu1Nvumr h4gf54lKP6S2Tdt003f+q+dNNk/dDXe/F3enVLfvXNHiZ9Cakyl0L5fzlBd2wZXhCtAsYG RFard+Ja4H0IXYcAUn8Bok4/3wNxoRrUt0FEar8yTn649vfjoUIy5ewhjvEOnw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Noam Preil To: Lorenzo Bivens <9front@9front.org> Message-ID: <2e861d0c-f927-450c-9411-4702b8d77405@pixelhero.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <2e861d0c-f927-450c-9411-4702b8d77405@pixelhero.dev> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: noam@pixelhero.dev List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: map/reduce callback-based backend Subject: Re: [9front] Disk Mirroring, or disk composition using fs(3) Reply-To: 9front@9front.org Precedence: bulk You want md0 for the name, not md0/data. that is,=20 > echo mirror md0 /dev/sd01/data /dev/sd02/data >/dev/fs/ctl That creates /dev/fs/md0, which is a raw file. =E2=80=94 Noam Preil=20