Re: [PATCH] fs: fat: allow FS and device to have mismatching sector sizes

2024-11-13 Thread Simon Glass
Hi Caleb, On Tue, 12 Nov 2024 at 21:50, Caleb Connolly wrote: > > The Qualcomm Robotics RB1 and RB2 boards feature MMC storage provisioned > with a 4k sector size GPT, with factory partitions formatted with > filesystems using 512 byte sector sizes. > > Whilst certainly unusual, and really not id

[PATCH] fs: fat: allow FS and device to have mismatching sector sizes

2024-11-12 Thread Caleb Connolly
The Qualcomm Robotics RB1 and RB2 boards feature MMC storage provisioned with a 4k sector size GPT, with factory partitions formatted with filesystems using 512 byte sector sizes. Whilst certainly unusual, and really not ideal, this appears to work fine in practise. So demote this failure conditio