From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from shin.romanrm.net (shin.romanrm.net [146.185.199.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5900646B83 for ; Tue, 28 Nov 2023 20:15:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=romanrm.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=romanrm.net Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from nvm (nvm.home.romanrm.net [IPv6:fd39::101]) by shin.romanrm.net (Postfix) with SMTP id 8B8A23F3C3; Tue, 28 Nov 2023 20:09:17 +0000 (UTC) Date: Wed, 29 Nov 2023 01:09:13 +0500 From: Roman Mamedov To: Qu Wenruo Cc: Hector Martin , Josef Bacik , Neal Gompa , Linux BTRFS Development , Anand Jain , Qu Wenruo , David Sterba , Sven Peter , Davide Cavalca , Jens Axboe , Asahi Lina , Asahi Linux Subject: Re: [PATCH v4 0/1] Enforce 4k sectorize by default for mkfs Message-ID: <20231129010913.295c0fa9@nvm> In-Reply-To: References: <20231116160235.2708131-1-neal@gompa.dev> <20231127160705.GC2366036@perftesting> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: asahi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 29 Nov 2023 06:27:26 +1030 Qu Wenruo wrote: > > Reminder that the Raspberry Pi 5 is also shipping with 16K pages by > > default now. The clock is ticking for an ever-growing stream of people > > upset that they can't mount/data-rescue/etc their rPi5 NAS disks from an > > x86 machine ;) > > As long as they are using 5.15+ kernel, they should be able to mount and > use their RPI NAS with disks from x86 machines. Doesn't the subpage sectorsize featureset only support sectors less than page size, not the other way round? "mkfs.btrfs -s 16K" fails to mount on 6.1.62: [1077897.120376] BTRFS error (device dm-22): sectorsize 16384 not yet supported for page size 4096 [1077897.120624] BTRFS error (device dm-22): superblock contains fatal errors [1077897.121394] BTRFS error (device dm-22): open_ctree failed -- With respect, Roman