From nobody Wed Dec 21 02:36:03 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NcHcg4bWNz1GKfm; Wed, 21 Dec 2022 02:36:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NcHcg43d3z465Y; Wed, 21 Dec 2022 02:36:03 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1671590163; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5hbP+zZJzgkir6hIiHvvs4hnmd057//AScZsQmXuoMw=; b=uqGySMpsvjS0j95YSrdxp7/5LCPL6k+hOzybb4D9taY9zFdMJ/aRvhEBzDhMG3s6QhzkhJ ZIMmg91MuDKe3K3+NPGt1kcf4x2m38Rq1uIjxPokkxd8lUmUCA06/2ppbIcSepeOJ+zffr debql/2Xi0hOu19SZmn7EhOxJWHFlcLoaaxYHLdZtZXs00eYP3voi+LZM1U/60G/eB/7Dt +x5HrFnokfB0p9U3ox4gxZz8rCzN9IbYPzhPktEIfTV4fn8v+zMqeC3+07x9sKuPNaWWa3 0y/Zde2iJ9CRcL2telIbD44YD0JGmKaQflxZ7YsLVpSqmP6boysmMkShuEoV3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1671590163; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5hbP+zZJzgkir6hIiHvvs4hnmd057//AScZsQmXuoMw=; b=qlyaswC3pucFVlUKIrZ91ROQRPzK8MTKKHpMmg7fFuCfGZfCUduAnLT/uDgzYULfISbaHo j9Jwg9hBCZ3QdOx3olPqUW+NXGqTTYHrK5qgqsYnXPMUchxmJgPZY12xG7Qjx8D0/rxGi5 vddHswsE3XuFf0Hc0t1yF17NhkOA5UeCNuWKMnEez8iJ6XyZua3L/LKQDj0f2uXyj3U5eh HvcsT+rTTN6DTgbM2C6CritWGAzHUpJ/xPRsA9x3uyb8u2OlHtpGkbSF9IIZ89pakH0wWN 8LL6wK9nI47/SxW2Ewzg//jZm9+Zgy4/FVZR8ONeaGPyVybwYECVHUTw6MXZeg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1671590163; a=rsa-sha256; cv=none; b=PXvRyHh/xrLw3l2lFbx1S5z30mpMMDhb57o9s9DYCdsD7iHYv4KetDoVbaCZ5pckCXRX2G 7cWmG96a5pYxv35ht+gZ/XuAJi0WWIlqPu9/K1EVvTvwwhjlMsXmulLdnQwNinV+fmwZ7f B7tz818s+WiGe7hoWMB7cheBIsiNEHX+htsyEgkI8kwxuRewx0aZVsU5rHFeU7xZPeGqjd dlMHXKwi/+pOzhDedZ010dEWAvwFC5KiqOWH+G9q6z+7MxneRJqzQzCrKhfKjmc0l9FyOT d8s7znbqQheZg6hJNHwKorrb/yXYntVI2abwjwfxT8hBitpASivYMznNyJ77oA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7B160CF2C; Wed, 21 Dec 2022 02:36:03 +0000 (UTC) Date: Wed, 21 Dec 2022 02:36:03 +0000 From: Alexey Dokuchaev To: Alfredo Dal'Ava J??nior Cc: Warner Losh , src-committers , "" , dev-commits-src-main@freebsd.org Subject: Re: git: b13110e9f3ca - main - ufs/ffs: detect endian mismatch between machine and filesystem Message-ID: References: <202212200325.2BK3PF1O002907@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-ThisMailContainsUnwantedMimeParts: N On Tue, Dec 20, 2022 at 11:29:04AM -0300, Alfredo Dal'Ava J??nior wrote: > On Tue, Dec 20, 2022 at 12:51 AM Warner Losh wrote: > > On Mon, Dec 19, 2022, 8:45 PM Alexey Dokuchaev wrote: > >> On Tue, Dec 20, 2022 at 03:25:15AM +0000, Alfredo Dal'Ava Junior wrote: > >> > Mount on a LE machine a filesystem formatted for BE is not > >> > supported currently. > >> Interesting. Are there future plans to add full support for this? > >> I'd be looking forward to it! > >> > > NetBSD has this code, but differences in the VM systems made it tricky to > > port when I tried it back when I was hacking FreeBSD/mips in the pre BERI > > times... > > We actually considered it when we added BE support to mpr and mrsas drivers > (focused on powerpc64), but there were other priorities. At this moment I'm > not aware that anyone is working on it.... > @danfe, is it something useful for you? Not to extent to push someone do the work, but it would be nice to simply unplug the HDD from Mac mini G4 and connect it directly to my i386 desktop. I'm using a WD 1.0TB SATA drive through the converter which started to fail on me recently (i.e. the computer won't boot off of it), so until I manage to fix this somehow, I can't access my data. ./danfe